Custom GUI
Since 2.1.0 version, it's possible to use FrameOpenEvent
and FrameTag
.
To change the GUI we will cancel the event passively and then call our own inventory.
One of the way of using FrameOpenEvent
is call frame
from the event declaration:
List of all available frames is here.
Another idea is get a class name by JavaReflectedObjectTag:
You have the right to choose the method that you like best.
Example
You can read denizen guide about creation GUI here.
Last updated