java.lang.Object
me.wolfyscript.utilities.api.inventory.gui.GuiWindow<CCCache>
me.wolfyscript.customcrafting.gui.CCWindow
me.wolfyscript.customcrafting.gui.recipe_creator.recipe_creators.RecipeCreator
me.wolfyscript.customcrafting.gui.recipe_creator.recipe_creators.GrindstoneCreator
All Implemented Interfaces:
org.bukkit.event.Listener

public class GrindstoneCreator extends RecipeCreator
  • Field Summary

    Fields inherited from class me.wolfyscript.customcrafting.gui.recipe_creator.recipe_creators.RecipeCreator

    BACK

    Fields inherited from class me.wolfyscript.customcrafting.gui.CCWindow

    api, customCrafting

    Fields inherited from class me.wolfyscript.utilities.api.inventory.gui.GuiWindow

    wolfyUtilities
  • Constructor Summary

    Constructors
    Constructor
    Description
    GrindstoneCreator​(me.wolfyscript.utilities.api.inventory.gui.GuiCluster<CCCache> cluster, CustomCrafting customCrafting)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    onUpdateAsync​(me.wolfyscript.utilities.api.inventory.gui.GuiUpdate<CCCache> update)
     
    boolean
    validToSave​(CCCache cache)
     

    Methods inherited from class me.wolfyscript.customcrafting.gui.CCWindow

    getCustomCrafting, onUpdateSync

    Methods inherited from class me.wolfyscript.utilities.api.inventory.gui.GuiWindow

    getButton, getCluster, getHelpInformation, getInventoryName, getInventoryType, getNamespacedKey, getSize, getWolfyUtilities, hasButton, isForceSyncUpdate, onClose, openActionChat, openChat, openChat, openChat, registerButton, sendMessage, sendMessage, sendMessage, sendMessage, setForceSyncUpdate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GrindstoneCreator

      public GrindstoneCreator(me.wolfyscript.utilities.api.inventory.gui.GuiCluster<CCCache> cluster, CustomCrafting customCrafting)
  • Method Details