Uses of Class
net.minecraft.data.family.BlockFamily.Variant
| Package | Description |
|---|---|
| net.minecraft.data.client.model | |
| net.minecraft.data.family | |
| net.minecraft.data.server |
-
Uses of BlockFamily.Variant in net.minecraft.data.client.model
Fields in net.minecraft.data.client.model with type parameters of type BlockFamily.Variant Modifier and Type Field Description 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.Variant Modifier and Type Field Description private Map<BlockFamily.Variant,Block>BlockFamily. variantsMethods in net.minecraft.data.family that return BlockFamily.Variant Modifier and Type Method Description static BlockFamily.VariantBlockFamily.Variant. valueOf(String name)Returns the enum constant of this type with the specified name.static BlockFamily.Variant[]BlockFamily.Variant. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.data.family that return types with arguments of type BlockFamily.Variant Modifier and Type Method Description Map<BlockFamily.Variant,Block>BlockFamily. getVariants()Methods in net.minecraft.data.family with parameters of type BlockFamily.Variant Modifier and Type Method Description BlockBlockFamily. getVariant(BlockFamily.Variant variant) -
Uses of BlockFamily.Variant in net.minecraft.data.server
Fields in net.minecraft.data.server with type parameters of type BlockFamily.Variant Modifier and Type Field Description private static Map<BlockFamily.Variant,BiFunction<ItemConvertible,ItemConvertible,CraftingRecipeJsonFactory>>RecipesProvider. VARIANT_FACTORIESMethods in net.minecraft.data.server with parameters of type BlockFamily.Variant Modifier and Type Method Description private static BlockRecipesProvider. getVariantRecipeInput(BlockFamily family, BlockFamily.Variant variant)Gets the block used to craft a certain variant of a base block.