Package net.okocraft.box.api.event.item
Class CustomItemRegisterEvent
java.lang.Object
net.okocraft.box.api.event.BoxEvent
net.okocraft.box.api.event.item.ItemEvent
net.okocraft.box.api.event.item.CustomItemRegisterEvent
An event that is called when a new
BoxCustomItem has been registered.-
Constructor Summary
ConstructorsConstructorDescriptionCustomItemRegisterEvent(@NotNull BoxCustomItem newItem) The constructor ofCustomItemRegisterEvent. -
Method Summary
Methods inherited from class net.okocraft.box.api.event.BoxEvent
toDebugLog
-
Constructor Details
-
CustomItemRegisterEvent
The constructor ofCustomItemRegisterEvent.- Parameters:
newItem- a registeredBoxCustomItem
-