Uses of Enum Class
zombie.entity.components.crafting.CraftMode
Packages that use CraftMode
-
Uses of CraftMode in zombie.entity.components.crafting
Subclasses with type arguments of type CraftMode in zombie.entity.components.craftingMethods in zombie.entity.components.crafting that return CraftMode -
Uses of CraftMode in zombie.entity.components.crafting.recipe
Methods in zombie.entity.components.crafting.recipe with parameters of type CraftModeModifier and TypeMethodDescriptionstatic CraftRecipeDataCraftRecipeData.Alloc(CraftMode craftMode, boolean allowInputResources, boolean allowInputItems, boolean allowOutputResources, boolean allowOutputItems) Constructors in zombie.entity.components.crafting.recipe with parameters of type CraftModeModifierConstructorDescriptionCraftRecipeData(CraftMode craftMode, boolean allowInputResources, boolean allowInputItems, boolean allowOutputResources, boolean allowOutputItems)