CommandAPI 9.3.0
An API for the command UI introduced in Minecraft 1.13
com.mojang.brigadier.exceptions.Dynamic4CommandExceptionType.Function Interface Reference

A simple Function to compute a Message based on the four input arguments. More...

Public Member Functions

Message apply (Object a, Object b, Object c, Object d)
 

Detailed Description

A simple Function to compute a Message based on the four input arguments.