SimplePlugins
latest
Topics:
SimplePlugins
Setup SimplePlugins
Commands with SimplePlugins
Javadoc
simplePlugins.plugins.api
simplePlugins.plugins.api.annotations
simplePlugins.plugins.api.commands
simplePlugins.plugins.api.events
simplePlugins.plugins.api.events.entity
simplePlugins.plugins.api.events.entity.living
simplePlugins.plugins.api.events.entity.player
simplePlugins.plugins.api.events.entity.player.itemUseEvent
ItemUseEvent
Constructors
Methods
ItemUseEventConverter
simplePlugins.plugins.api.wrappers
simplePlugins.plugins.api.wrappers.entity
SimplePlugins
Docs
»
Javadoc
»
simplePlugins.plugins.api.events.entity.player.itemUseEvent
»
ItemUseEvent
Edit on GitHub
ItemUseEvent
¶
public class
ItemUseEvent
extends
PlayerInteractEventWrapper
¶
Author:
Florian Warzecha
Constructors
¶
ItemUseEvent
¶
public
ItemUseEvent
(
PlayerInteractEvent.RightClickItem
event
)
¶
Methods
¶
getConverter
¶
public static
Class
<?>
getConverter
(
)
¶
getUnwrapped
¶
public PlayerInteractEvent.RightClickItem
getUnwrapped
(
)
¶
getWorld
¶
public
WorldWrapper
getWorld
(
)
¶