Class PatternEditor
java.lang.Object
studio.magemonkey.fusion.gui.editors.Editor
studio.magemonkey.fusion.gui.editors.pattern.PatternEditor
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Constructor Summary
ConstructorsConstructorDescriptionPatternEditor(BrowseEditor browseEditor, org.bukkit.entity.Player player) PatternEditor(Editor parentEditor, org.bukkit.entity.Player player, CraftingTable table, boolean isCategoryPattern) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidonInventoryClick(org.bukkit.event.inventory.InventoryClickEvent event) voidonInventoryClose(org.bukkit.event.inventory.InventoryCloseEvent event) Methods inherited from class studio.magemonkey.fusion.gui.editors.Editor
open, openParent, setItem
-
Constructor Details
-
PatternEditor
public PatternEditor(Editor parentEditor, org.bukkit.entity.Player player, CraftingTable table, boolean isCategoryPattern) -
PatternEditor
-
-
Method Details
-
initialize
public void initialize() -
onInventoryClick
public void onInventoryClick(org.bukkit.event.inventory.InventoryClickEvent event) -
onInventoryClose
public void onInventoryClose(org.bukkit.event.inventory.InventoryCloseEvent event)
-