Uses of Class
net.minecraft.data.family.BlockFamily
Package | Description |
---|---|
net.minecraft.data.client.model | |
net.minecraft.data.family | |
net.minecraft.data.server |
-
Uses of BlockFamily in net.minecraft.data.client.model
Fields in net.minecraft.data.client.model declared as BlockFamily Modifier and Type Field Description private @Nullable BlockFamily
BlockStateModelGenerator.BlockTexturePool. family
Methods in net.minecraft.data.client.model with parameters of type BlockFamily Modifier and Type Method Description BlockStateModelGenerator.BlockTexturePool
BlockStateModelGenerator.BlockTexturePool. family(BlockFamily family)
-
Uses of BlockFamily in net.minecraft.data.family
Fields in net.minecraft.data.family with type parameters of type BlockFamily Modifier and Type Field Description private static Map<Block,BlockFamily>
BlockFamilies. BASE_BLOCKS_TO_FAMILIES
Methods in net.minecraft.data.family that return BlockFamily Modifier and Type Method Description BlockFamily
BlockFamily.Builder. build()
Methods in net.minecraft.data.family that return types with arguments of type BlockFamily Modifier and Type Method Description static Stream<BlockFamily>
BlockFamilies. getFamilies()
-
Uses of BlockFamily in net.minecraft.data.server
Methods in net.minecraft.data.server with parameters of type BlockFamily Modifier and Type Method Description private static void
RecipesProvider. generateFamily(Consumer<RecipeJsonProvider> exporter, BlockFamily family)
private static Block
RecipesProvider. getVariantRecipeInput(BlockFamily family, BlockFamily.Variant variant)
Gets the block used to craft a certain variant of a base block.