Package valorless.havenbags.features
Class Crafting
java.lang.Object
valorless.havenbags.features.Crafting
- All Implemented Interfaces:
org.bukkit.event.Listener
Deprecated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidinit()Deprecated.voidonCraftItem(org.bukkit.event.inventory.CraftItemEvent event) Deprecated.voidonPrepareItemCraft(org.bukkit.event.inventory.PrepareItemCraftEvent event) Deprecated.static voidDeprecated.static voidDeprecated.
-
Field Details
-
config
public static valorless.valorlessutils.config.Config configDeprecated. -
Recipes
Deprecated.
-
-
Constructor Details
-
Crafting
public Crafting()Deprecated.
-
-
Method Details
-
init
public static void init()Deprecated. -
PrepareRecipes
public static void PrepareRecipes()Deprecated. -
RemoveRecipes
public static void RemoveRecipes()Deprecated. -
onPrepareItemCraft
public void onPrepareItemCraft(org.bukkit.event.inventory.PrepareItemCraftEvent event) Deprecated. -
onCraftItem
public void onCraftItem(org.bukkit.event.inventory.CraftItemEvent event) Deprecated.
-