Class ShopInEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.player.PlayerEvent
com.mclds.plugins.mcldscustomcontainer.events.CustomContainerEvent
com.mclds.plugins.mcldscustomcontainer.events.ShopInEvent
- All Implemented Interfaces:
org.bukkit.event.Cancellable
玩家出售事件,商店收购事件
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result -
Field Summary
Fields inherited from class org.bukkit.event.player.PlayerEvent
player -
Constructor Summary
ConstructorsConstructorDescriptionShopInEvent(org.bukkit.entity.Player player, BuyShop buyShop, CustomContainerData customContainerData, int number) -
Method Summary
Modifier and TypeMethodDescriptionstatic org.bukkit.event.HandlerList@NotNull org.bukkit.event.HandlerListMethods inherited from class com.mclds.plugins.mcldscustomcontainer.events.CustomContainerEvent
isCancelled, notCancelled, setCancelledMethods inherited from class org.bukkit.event.player.PlayerEvent
getPlayerMethods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
ShopInEvent
public ShopInEvent(org.bukkit.entity.Player player, BuyShop buyShop, CustomContainerData customContainerData, int number)
-
-
Method Details
-
getHandlerList
public static org.bukkit.event.HandlerList getHandlerList() -
getHandlers
@NotNull public @NotNull org.bukkit.event.HandlerList getHandlers()- Overrides:
getHandlersin classCustomContainerEvent
-