Uses of Enum Class
net.minecraft.data.BlockFamily.Variant
Packages that use BlockFamily.Variant
-
Uses of BlockFamily.Variant in net.minecraft.client.data.models
Fields in net.minecraft.client.data.models with type parameters of type BlockFamily.VariantModifier and TypeFieldDescriptionstatic final Map<BlockFamily.Variant, BiConsumer<BlockModelGenerators.BlockFamilyProvider, Block>> BlockModelGenerators.SHAPE_CONSUMERS -
Uses of BlockFamily.Variant in net.minecraft.data
Subclasses with type arguments of type BlockFamily.Variant in net.minecraft.dataFields in net.minecraft.data with type parameters of type BlockFamily.VariantModifier and TypeFieldDescriptionprivate final Map<BlockFamily.Variant, Block> BlockFamily.variantsMethods in net.minecraft.data that return BlockFamily.VariantModifier and TypeMethodDescriptionstatic BlockFamily.VariantReturns the enum constant of this class with the specified name.static BlockFamily.Variant[]BlockFamily.Variant.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.data that return types with arguments of type BlockFamily.VariantMethods in net.minecraft.data with parameters of type BlockFamily.Variant -
Uses of BlockFamily.Variant in net.minecraft.data.recipes
Fields in net.minecraft.data.recipes with type parameters of type BlockFamily.VariantModifier and TypeFieldDescriptionprivate static final Map<BlockFamily.Variant, RecipeProvider.FamilyCraftingRecipeProvider> RecipeProvider.SHAPE_BUILDERSprivate static final Map<BlockFamily.Variant, RecipeProvider.FamilyStonecutterRecipeProvider> RecipeProvider.STONECUTTER_RECIPE_BUILDERSMethods in net.minecraft.data.recipes with parameters of type BlockFamily.VariantModifier and TypeMethodDescriptionprivate voidRecipeProvider.generateCraftingRecipe(BlockFamily family, BlockFamily.Variant variant, Block result, ItemLike base) private voidRecipeProvider.generateStonecutterRecipe(BlockFamily family, BlockFamily.Variant variant, Block base) protected BlockRecipeProvider.getBaseBlockForCrafting(BlockFamily family, BlockFamily.Variant variant)