Class RecipeIconEditor
java.lang.Object
studio.magemonkey.fusion.gui.editors.Editor
studio.magemonkey.fusion.gui.editors.professions.recipes.RecipeIconEditor
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Constructor Summary
ConstructorsConstructorDescriptionRecipeIconEditor(Editor parentEditor, org.bukkit.entity.Player player, Recipe recipe) -
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
-
RecipeIconEditor
-
-
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)
-