class BlockStateModelGenerator.BlockTexturePool extends Object
Modifier and Type | Field and Description |
---|---|
private Identifier |
baseModelId |
private Texture |
texture |
Constructor and Description |
---|
BlockTexturePool(Texture texture) |
Modifier and Type | Method and Description |
---|---|
BlockStateModelGenerator.BlockTexturePool |
base(Block block,
Model model) |
BlockStateModelGenerator.BlockTexturePool |
base(Function<Texture,Identifier> modelFactory) |
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) |
private final Texture texture
@Nullable private Identifier baseModelId
public BlockTexturePool(Texture texture)
public BlockStateModelGenerator.BlockTexturePool base(Block block, Model model)
public BlockStateModelGenerator.BlockTexturePool base(Function<Texture,Identifier> modelFactory)
public BlockStateModelGenerator.BlockTexturePool button(Block buttonBlock)
public BlockStateModelGenerator.BlockTexturePool wall(Block wallBlock)
public BlockStateModelGenerator.BlockTexturePool fence(Block fenceBlock)
public BlockStateModelGenerator.BlockTexturePool fenceGate(Block fenceGateBlock)
public BlockStateModelGenerator.BlockTexturePool pressurePlate(Block pressurePlateBlock)
public BlockStateModelGenerator.BlockTexturePool sign(Block signBlock, Block wallSignBlock)
public BlockStateModelGenerator.BlockTexturePool slab(Block slabBlock)
public BlockStateModelGenerator.BlockTexturePool stairs(Block stairsBlock)