Package studio.magemonkey.genesis.events
Class GenesisCreatedShopItemEvent
java.lang.Object
org.bukkit.event.Event
studio.magemonkey.genesis.events.GenesisEvent
studio.magemonkey.genesis.events.GenesisCreatedShopItemEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result -
Constructor Summary
ConstructorsConstructorDescriptionGenesisCreatedShopItemEvent(GenesisShop shop, GenesisBuy item, org.bukkit.configuration.ConfigurationSection section) -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.configuration.ConfigurationSectionstatic org.bukkit.event.HandlerListorg.bukkit.event.HandlerListgetShop()voidputSpecialInformation(org.bukkit.plugin.Plugin plugin, Object information) Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
GenesisCreatedShopItemEvent
public GenesisCreatedShopItemEvent(GenesisShop shop, GenesisBuy item, org.bukkit.configuration.ConfigurationSection section)
-
-
Method Details
-
getHandlerList
public static org.bukkit.event.HandlerList getHandlerList() -
getConfigurationSection
public org.bukkit.configuration.ConfigurationSection getConfigurationSection() -
getShopItem
-
getShop
-
putSpecialInformation
-
getHandlers
public org.bukkit.event.HandlerList getHandlers()- Specified by:
getHandlersin classorg.bukkit.event.Event
-