Class StructureRegulator
java.lang.Object
org.kingdoms.constants.land.abstraction.KingdomItemType<Structure,StructureStyle,StructureType>
org.kingdoms.constants.land.structures.StructureType
org.kingdoms.constants.land.structures.type.StructureRegulator
-
Field Summary
Fields inherited from class org.kingdoms.constants.land.structures.StructureType
METADATAFields inherited from class org.kingdoms.constants.land.abstraction.KingdomItemType
name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeserialize(Structure item, DeserializationContext<org.kingdoms.data.database.dataprovider.SectionableDataGetter> context) org.kingdoms.gui.InteractiveGUIopen(KingdomItemGUIContext<Structure> context) voidopenAttribute(org.bukkit.entity.Player player, org.bukkit.OfflinePlayer memberPlayer, Regulator regulator, KingdomItemGUIContext<Structure> context) org.kingdoms.gui.InteractiveGUIopenAttributes(org.bukkit.entity.Player player, Regulator regulator, KingdomItemGUIContext<Structure> context) voidopenInteraction(org.bukkit.entity.Player player, KingdomPlayer kp, org.bukkit.OfflinePlayer memberPlayer, Regulator regulator, KingdomItemGUIContext<Structure> context) org.kingdoms.gui.InteractiveGUIopenInteractions(org.bukkit.entity.Player player, Regulator regulator, KingdomItemGUIContext<Structure> context) org.kingdoms.gui.InteractiveGUIopenRules(org.bukkit.entity.Player player, Regulator regulator, KingdomItemGUIContext<Structure> context) Methods inherited from class org.kingdoms.constants.land.structures.StructureType
getType, isNationalNexus, isNexus, pushUpgrade
-
Constructor Details
-
StructureRegulator
public StructureRegulator()
-
-
Method Details
-
open
- Specified by:
openin classKingdomItemType<Structure,StructureStyle, StructureType>
-
openAttribute
public void openAttribute(org.bukkit.entity.Player player, org.bukkit.OfflinePlayer memberPlayer, Regulator regulator, KingdomItemGUIContext<Structure> context) -
openInteraction
public void openInteraction(org.bukkit.entity.Player player, KingdomPlayer kp, org.bukkit.OfflinePlayer memberPlayer, Regulator regulator, KingdomItemGUIContext<Structure> context) -
openInteractions
public org.kingdoms.gui.InteractiveGUI openInteractions(org.bukkit.entity.Player player, Regulator regulator, KingdomItemGUIContext<Structure> context) -
openAttributes
public org.kingdoms.gui.InteractiveGUI openAttributes(org.bukkit.entity.Player player, Regulator regulator, KingdomItemGUIContext<Structure> context) -
openRules
public org.kingdoms.gui.InteractiveGUI openRules(org.bukkit.entity.Player player, Regulator regulator, KingdomItemGUIContext<Structure> context) -
build
- Overrides:
buildin classStructureType
-
deserialize
public void deserialize(Structure item, DeserializationContext<org.kingdoms.data.database.dataprovider.SectionableDataGetter> context) - Overrides:
deserializein classStructureType
-