-
Classes
-
MethodsMethodDescriptionReplaced with
CustomCrafting.getDataHandler()
Replaced withCustomCrafting.getCraftManager()
Replaced byICustomRecipe.isDisabled()
Iterate over the entries ofCraftingData.getIngredients()
directly!Not called! Replaced withMergeAdapter.merge(RecipeData, Player, Block, CustomItem, ItemStack)
!Replaced withMergeAdapter.merge(RecipeData, Player, Block, CustomItem, ItemStack)
! All recipe types call that one method!Replaced byCraftManager.has(UUID)
Replaced byCraftManager.put(UUID, CraftingData)
Replaced byCraftManager.remove(UUID)
CustomCrafting.inst()