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 void
init()
Deprecated.void
onCraftItem
(org.bukkit.event.inventory.CraftItemEvent event) Deprecated.void
onPrepareItemCraft
(org.bukkit.event.inventory.PrepareItemCraftEvent event) Deprecated.static void
Deprecated.static void
Deprecated.
-
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.
-