Uses of Enum Class
net.minecraft.data.BlockFamily.Variant
-
Uses of BlockFamily.Variant in net.minecraft.data
Modifier and TypeFieldDescription(package private) Map<BlockFamily.Variant,Block>
BlockFamily.variants
Modifier 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. -
Uses of BlockFamily.Variant in net.minecraft.data.models
Modifier and TypeFieldDescription(package private) static Map<BlockFamily.Variant,BiConsumer<BlockModelGenerators.BlockFamilyProvider,Block>>
BlockModelGenerators.SHAPE_CONSUMERS
-
Uses of BlockFamily.Variant in net.minecraft.data.recipes
Modifier and TypeFieldDescriptionprivate static Map<BlockFamily.Variant,BiFunction<ItemLike,ItemLike,RecipeBuilder>>
RecipeProvider.shapeBuilders
Modifier and TypeMethodDescriptionprivate static Block
RecipeProvider.getBaseBlock(BlockFamily p_176524_, BlockFamily.Variant p_176525_)