Class JerryCanMenuOpen
java.lang.Object
org.bukkit.event.Event
nl.mtvehicles.core.infrastructure.models.MTVEvent
nl.mtvehicles.core.events.inventory.JerryCanMenuOpen
- All Implemented Interfaces:
 HasInventory,IsCancellable
On /vehicle fuel open
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result - 
Field Summary
 - 
Constructor Summary
ConstructorsConstructorDescriptionJerryCanMenuOpen(org.bukkit.entity.Player player) Default constructor with a player (callsMTVEvent.setPlayer(Player)). - 
Method Summary
Modifier and TypeMethodDescriptiongetTitle()Get the title of the inventory player has clicked invoidsetCancelled(boolean cancelled) Sets the cancellation state of this event.Methods inherited from class nl.mtvehicles.core.infrastructure.models.MTVEvent
call, getHandlerList, getHandlers, getPlayer, isCancelled, setPlayerMethods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous 
- 
Constructor Details
- 
JerryCanMenuOpen
public JerryCanMenuOpen(org.bukkit.entity.Player player) Default constructor with a player (callsMTVEvent.setPlayer(Player)).- Parameters:
 player- Player
 
 - 
 - 
Method Details
- 
setCancelled
public void setCancelled(boolean cancelled) Description copied from interface:IsCancellableSets the cancellation state of this event. A cancelled event will not be executed in the server, but will still pass to other plugins.- Specified by:
 setCancelledin interfaceIsCancellable- Parameters:
 cancelled- true if you wish to cancel this event
 - 
getTitle
Description copied from interface:HasInventoryGet the title of the inventory player has clicked in- Specified by:
 getTitlein interfaceHasInventory- Returns:
 - Inventory title
 - See Also:
 
 
 -