Uses of Class
net.minecraft.data.client.model.BlockStateModelGenerator.BlockTexturePool
Package | Description |
---|---|
net.minecraft.data.client.model |
-
Uses of BlockStateModelGenerator.BlockTexturePool in net.minecraft.data.client.model
Fields in net.minecraft.data.client.model with type parameters of type BlockStateModelGenerator.BlockTexturePool Modifier and Type Field Description private static Map<BlockFamily.Variant,BiConsumer<BlockStateModelGenerator.BlockTexturePool,Block>>
BlockStateModelGenerator. VARIANT_POOL_FUNCTIONS
Methods in net.minecraft.data.client.model that return BlockStateModelGenerator.BlockTexturePool Modifier and Type Method Description BlockStateModelGenerator.BlockTexturePool
BlockStateModelGenerator.BlockTexturePool. base(Block block, Model model)
BlockStateModelGenerator.BlockTexturePool
BlockStateModelGenerator.BlockTexturePool. button(Block buttonBlock)
private BlockStateModelGenerator.BlockTexturePool
BlockStateModelGenerator.BlockTexturePool. door(Block block)
BlockStateModelGenerator.BlockTexturePool
BlockStateModelGenerator.BlockTexturePool. family(BlockFamily family)
BlockStateModelGenerator.BlockTexturePool
BlockStateModelGenerator.BlockTexturePool. fence(Block fenceBlock)
BlockStateModelGenerator.BlockTexturePool
BlockStateModelGenerator.BlockTexturePool. fenceGate(Block fenceGateBlock)
BlockStateModelGenerator.BlockTexturePool
BlockStateModelGenerator.BlockTexturePool. pressurePlate(Block pressurePlateBlock)
private BlockStateModelGenerator.BlockTexturePool
BlockStateModelGenerator. registerCubeAllModelTexturePool(Block block)
BlockStateModelGenerator.BlockTexturePool
BlockStateModelGenerator.BlockTexturePool. same(Block[] blocks)
private BlockStateModelGenerator.BlockTexturePool
BlockStateModelGenerator.BlockTexturePool. sandstone(Block block)
BlockStateModelGenerator.BlockTexturePool
BlockStateModelGenerator.BlockTexturePool. sign(Block signBlock)
BlockStateModelGenerator.BlockTexturePool
BlockStateModelGenerator.BlockTexturePool. slab(Block block)
BlockStateModelGenerator.BlockTexturePool
BlockStateModelGenerator.BlockTexturePool. stairs(Block block)
BlockStateModelGenerator.BlockTexturePool
BlockStateModelGenerator.BlockTexturePool. wall(Block wallBlock)