Uses of Enum Class
net.minecraft.data.family.BlockFamily.Variant
Packages that use BlockFamily.Variant
Package
Description
-
Uses of BlockFamily.Variant in net.minecraft.data.client.model
Fields in net.minecraft.data.client.model with type parameters of type BlockFamily.VariantModifier and TypeFieldDescription(package private) static Map<BlockFamily.Variant,BiConsumer<BlockStateModelGenerator.BlockTexturePool,Block>>
BlockStateModelGenerator.VARIANT_POOL_FUNCTIONS
-
Uses of BlockFamily.Variant in net.minecraft.data.family
Fields in net.minecraft.data.family with type parameters of type BlockFamily.VariantModifier and TypeFieldDescription(package private) Map<BlockFamily.Variant,Block>
BlockFamily.variants
Methods in net.minecraft.data.family 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.family that return types with arguments of type BlockFamily.VariantMethods in net.minecraft.data.family with parameters of type BlockFamily.Variant -
Uses of BlockFamily.Variant in net.minecraft.data.server
Fields in net.minecraft.data.server with type parameters of type BlockFamily.VariantModifier and TypeFieldDescriptionprivate static Map<BlockFamily.Variant,BiFunction<ItemConvertible,ItemConvertible,CraftingRecipeJsonFactory>>
RecipesProvider.VARIANT_FACTORIES
Methods in net.minecraft.data.server with parameters of type BlockFamily.VariantModifier and TypeMethodDescriptionprivate static Block
RecipesProvider.getVariantRecipeInput(BlockFamily family, BlockFamily.Variant variant)
Gets the block used to craft a certain variant of a base block.