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
Fields in net.minecraft.data.client with type parameters of type BlockFamily.VariantModifier and TypeFieldDescription(package private) static final 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) final 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.recipe
Fields in net.minecraft.data.server.recipe with type parameters of type BlockFamily.VariantModifier and TypeFieldDescriptionprivate static final Map<BlockFamily.Variant,
BiFunction<ItemConvertible, ItemConvertible, CraftingRecipeJsonBuilder>> RecipeProvider.VARIANT_FACTORIES
Methods in net.minecraft.data.server.recipe with parameters of type BlockFamily.VariantModifier and TypeMethodDescriptionprivate static Block
RecipeProvider.getVariantRecipeInput
(BlockFamily family, BlockFamily.Variant variant) Gets the block used to craft a certain variant of a base block.