Class PatternItemEditor
java.lang.Object
studio.magemonkey.fusion.gui.editors.Editor
studio.magemonkey.fusion.gui.editors.pattern.PatternItemEditor
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Constructor Summary
ConstructorsConstructorDescriptionPatternItemEditor(Editor parentEditor, org.bukkit.entity.Player player, CraftingTable table, char c, boolean isCategoryPattern) PatternItemEditor(Editor editor, BrowseEditor browseEditor, org.bukkit.entity.Player player, char c) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCommand(studio.magemonkey.codex.api.DelayedCommand command) voidonInventoryClick(org.bukkit.event.inventory.InventoryClickEvent event) voidreload(boolean open) Methods inherited from class studio.magemonkey.fusion.gui.editors.Editor
open, openParent, setItem
-
Constructor Details
-
PatternItemEditor
public PatternItemEditor(Editor parentEditor, org.bukkit.entity.Player player, CraftingTable table, char c, boolean isCategoryPattern) -
PatternItemEditor
public PatternItemEditor(Editor editor, BrowseEditor browseEditor, org.bukkit.entity.Player player, char c)
-
-
Method Details
-
onInventoryClick
public void onInventoryClick(org.bukkit.event.inventory.InventoryClickEvent event) -
reload
public void reload(boolean open) -
addCommand
public void addCommand(studio.magemonkey.codex.api.DelayedCommand command)
-