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

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

Public Member Functions

Message apply (Object a, Object b)
 

Detailed Description

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