Package | Description |
---|---|
net.minecraft.client.renderer | |
net.minecraft.client.renderer.block.statemap | |
net.minecraftforge.client.model |
Modifier and Type | Method and Description |
---|---|
void |
BlockModelShapes.registerBlockWithStateMapper(Block assoc,
IStateMapper stateMapper) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultStateMapper |
class |
StateMap |
class |
StateMapperBase |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Block,IStateMapper> |
BlockStateMapper.blockStateMap |
Modifier and Type | Method and Description |
---|---|
void |
BlockStateMapper.registerBlockStateMapper(Block blockIn,
IStateMapper stateMapper) |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<IRegistryDelegate<Block>,IStateMapper> |
ModelLoader.customStateMappers |
Modifier and Type | Method and Description |
---|---|
static void |
ModelLoader.setCustomStateMapper(Block block,
IStateMapper mapper)
Adds a custom IBlockState -> model variant logic.
|