Package me.efekos.simpler.items
Annotation Interface HandleEvent
Must be added to event handler methods when making a
CustomItem
.-
Optional Element Summary
-
Element Details
-
value
HandleType valueType of this handler. The event parameter you must use changes according to this type. see all members ofHandleType
for more.- Returns:
- Type of this handler.
- Default:
- RIGHT_CLICK
-