public interface ITileEntityProvider
| Modifier and Type | Method and Description |
|---|---|
TileEntity |
createNewTileEntity(World worldIn,
int meta)
Returns a new instance of a block's tile entity class.
|
TileEntity createNewTileEntity(World worldIn, int meta)