public static interface RWGui.RWGuiCallback
Important: Due to the way Rising World plug-ins are loaded, this interface cannot be instantiated from within the main Java class of a plug-in; a separate class has to be used to contain and instantiate the actual callback object (typically, a class sub-classing the GUI element for which the callback is used: a GuiMenu, a GuiDialogueBox, etc...).
Modifier and Type | Method and Description |
---|---|
void |
onCall(net.risingworld.api.objects.Player player,
int id,
java.lang.Object data) |