Package net.minecraft.data.client.model
Class BlockStateModelGenerator.BlockTexturePool
java.lang.Object
net.minecraft.data.client.model.BlockStateModelGenerator.BlockTexturePool
- Enclosing class:
- BlockStateModelGenerator
class BlockStateModelGenerator.BlockTexturePool extends Object
-
Field Summary
Fields Modifier and Type Field Description private Identifier
baseModelId
private Texture
texture
-
Constructor Summary
Constructors Constructor Description BlockTexturePool(Texture texture)
-
Method Summary
Modifier and Type Method Description BlockStateModelGenerator.BlockTexturePool
base(Function<Texture,Identifier> modelFactory)
BlockStateModelGenerator.BlockTexturePool
base(Block block, Model model)
BlockStateModelGenerator.BlockTexturePool
button(Block buttonBlock)
BlockStateModelGenerator.BlockTexturePool
fence(Block fenceBlock)
BlockStateModelGenerator.BlockTexturePool
fenceGate(Block fenceGateBlock)
BlockStateModelGenerator.BlockTexturePool
pressurePlate(Block pressurePlateBlock)
BlockStateModelGenerator.BlockTexturePool
sign(Block signBlock, Block wallSignBlock)
BlockStateModelGenerator.BlockTexturePool
slab(Block slabBlock)
BlockStateModelGenerator.BlockTexturePool
stairs(Block stairsBlock)
BlockStateModelGenerator.BlockTexturePool
wall(Block wallBlock)
-
Field Details
-
texture
-
baseModelId
-
-
Constructor Details
-
BlockTexturePool
-
-
Method Details
-
base
-
base
-
button
-
wall
-
fence
-
fenceGate
-
pressurePlate
-
sign
-
slab
-
stairs
-