class BlockStateModelGenerator.BuiltinModelPool extends Object
| Modifier and Type | Field and Description |
|---|---|
private Identifier |
modelId |
| Constructor and Description |
|---|
BuiltinModelPool(Identifier modelId,
Block block) |
| Modifier and Type | Method and Description |
|---|---|
BlockStateModelGenerator.BuiltinModelPool |
includeWithItem(Block[] blocks) |
BlockStateModelGenerator.BuiltinModelPool |
includeWithItem(Model model,
Block[] blocks) |
BlockStateModelGenerator.BuiltinModelPool |
includeWithoutItem(Block[] blocks) |
private final Identifier modelId
public BuiltinModelPool(Identifier modelId, Block block)
public BlockStateModelGenerator.BuiltinModelPool includeWithItem(Block[] blocks)
public BlockStateModelGenerator.BuiltinModelPool includeWithoutItem(Block[] blocks)
public BlockStateModelGenerator.BuiltinModelPool includeWithItem(Model model, Block[] blocks)