Uses of Enum Class
net.minecraft.data.BlockFamily.Variant
Packages that use BlockFamily.Variant
-
Uses of BlockFamily.Variant in net.minecraft.data
Fields in net.minecraft.data with type parameters of type BlockFamily.VariantModifier and TypeFieldDescription(package private) final Map<BlockFamily.Variant,
Block> BlockFamily.variants
Methods in net.minecraft.data that return BlockFamily.VariantModifier and TypeMethodDescriptionstatic BlockFamily.Variant
Returns 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.models
Fields in net.minecraft.data.models with type parameters of type BlockFamily.VariantModifier and TypeFieldDescription(package private) static final Map<BlockFamily.Variant,
BiConsumer<BlockModelGenerators.BlockFamilyProvider, Block>> BlockModelGenerators.SHAPE_CONSUMERS
-
Uses of BlockFamily.Variant in net.minecraft.data.recipes
Fields in net.minecraft.data.recipes with type parameters of type BlockFamily.VariantModifier and TypeFieldDescriptionprotected static final Map<BlockFamily.Variant,
BiFunction<ItemLike, ItemLike, RecipeBuilder>> RecipeProvider.shapeBuilders
Methods in net.minecraft.data.recipes with parameters of type BlockFamily.VariantModifier and TypeMethodDescriptionprotected static Block
RecipeProvider.getBaseBlock
(BlockFamily p_176524_, BlockFamily.Variant p_176525_)