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 BlockFamilyBlockStateModelGenerator.BlockTexturePool. familyMethods in net.minecraft.data.client.model with parameters of type BlockFamily Modifier and Type Method Description BlockStateModelGenerator.BlockTexturePoolBlockStateModelGenerator.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_FAMILIESMethods in net.minecraft.data.family that return BlockFamily Modifier and Type Method Description BlockFamilyBlockFamily.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 voidRecipesProvider. generateFamily(Consumer<RecipeJsonProvider> exporter, BlockFamily family)private static BlockRecipesProvider. getVariantRecipeInput(BlockFamily family, BlockFamily.Variant variant)Gets the block used to craft a certain variant of a base block.