public class BlockStateMapper
extends java.lang.Object
| Constructor and Description | 
|---|
BlockStateMapper()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<ResourceLocation> | 
getBlockstateLocations(Block blockIn)  | 
java.util.Map<IBlockState,ModelResourceLocation> | 
getVariants(Block blockIn)  | 
java.util.Map<IBlockState,ModelResourceLocation> | 
putAllStateModelLocations()  | 
void | 
registerBlockStateMapper(Block blockIn,
                        IStateMapper stateMapper)  | 
void | 
registerBuiltInBlocks(Block... blockIn)  | 
public void registerBlockStateMapper(Block blockIn, IStateMapper stateMapper)
public void registerBuiltInBlocks(Block... blockIn)
public java.util.Map<IBlockState,ModelResourceLocation> putAllStateModelLocations()
public java.util.Set<ResourceLocation> getBlockstateLocations(Block blockIn)
public java.util.Map<IBlockState,ModelResourceLocation> getVariants(Block blockIn)