Package me.efekos.simpler.items
package me.efekos.simpler.items
Classes about custom items and item utils.
-
ClassDescriptionMain class you will use for custom item systems.A registry class used for registering custom items.Represents type of a field annotated with
SaveField
.Must be added to event handler methods when making aCustomItem
.Represents the type of an event handler method annotated withHandleEvent
.Listener class for custom items.Static manager forCustomItem
s.Add this annotation to fields that you want to be saved in yourCustomItem
.