public class TileBasic extends Tile
| Modifier and Type | Field and Description |
|---|---|
protected ITileRenderer |
renderer |
DEFAULT_BOUNDS, effectiveToolProps, forceDrop, hardness, name| Constructor and Description |
|---|
TileBasic(ResourceName name) |
| Modifier and Type | Method and Description |
|---|---|
protected ITileRenderer |
createRenderer(ResourceName name) |
ITileRenderer |
getRenderer() |
addEffectiveTool, addProps, canBreak, canClimb, canGrassSpreadTo, canKeepFarmablePlants, canKeepPlants, canLiquidSpreadInto, canPlace, canPlaceInLayer, canProvideTileEntity, canReplace, canStay, canSwim, createItemTile, describeItem, doBreak, doesSustainLeaves, doPlace, factorsIntoHeightMap, getActualBoundBox, getBoundBox, getBoundBox, getBoundBoxes, getBoundBoxes, getBreakSound, getDefState, getDrops, getHardness, getInteractionPriority, getItem, getLight, getMaxInteractionDistance, getName, getPlacementState, getPlaceSound, getProps, getTranslucentModifier, hasItem, hasSolidSurface, hasState, isAir, isFullTile, isLiquid, isToolEffective, makesGrassSnowy, obscuresBackground, onAdded, onChangeAround, onCollideWithEntity, onDestroyed, onInteractWith, onInteractWithBreakKey, onIntersectWithEntity, onRemoved, onScheduledUpdate, provideTileEntity, register, setForceDrop, setHardness, setMaxAmount, toString, updateRandomly, updateRandomlyInPlayerViewprotected final ITileRenderer renderer
public TileBasic(ResourceName name)
protected ITileRenderer createRenderer(ResourceName name)
public ITileRenderer getRenderer()
getRenderer in class Tile