C1oky
Member
KKDevs submitted a new resource:
FormAPI - Simple API for creating forms (MCBE Nukkit)
FormAPI - Simple API for creating forms (MCBE Nukkit)
Read more about this resource...# FormAPI | NukkitX
Simple API for creating forms (MCBE Nukkit)
Usage example:
SimpleForm:
Code:Player p = (Player) sender; Form form = new SimpleForm("Тестовая форма"); ((SimpleForm)form).setContent("Some kind of test text should be written here.") .addButton("Button ") .addButton("Button with a picture", ImageType.PATH, "textures/items/diamond")...