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