public class TilePebbles extends TileBasic
DEFAULT_BOUNDS, effectiveTools, forceDrop, hardness, name| Constructor and Description |
|---|
TilePebbles() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPlace(IWorld world,
int x,
int y,
TileLayer layer) |
boolean |
canStay(IWorld world,
int x,
int y,
TileLayer layer,
int changedX,
int changedY,
TileLayer changedLayer) |
protected ItemTile |
createItemTile() |
BoundBox |
getBoundBox(IWorld world,
int x,
int y) |
boolean |
isFullTile() |
createRenderer, getRendereraddEffectiveTool, addProps, addResource, canBreak, canClimb, canGrassSpreadTo, canKeepPlants, canPlaceInLayer, canProvideTileEntity, canReplace, describeItem, doBreak, doesSustainLeaves, doPlace, getBoundBoxes, getDefState, getDrops, getHardness, getItem, getLight, getName, getPlacementState, getProps, getTranslucentModifier, hasItem, isAir, isToolEffective, obscuresBackground, onAdded, onChangeAround, onCollideWithEntity, onDestroyed, onInteractWith, onRemoved, onScheduledUpdate, provideTileEntity, register, setForceDrop, setHardness, toString, updateRandomly, updateRandomlyForRenderingprotected ItemTile createItemTile()
createItemTile in class Tilepublic BoundBox getBoundBox(IWorld world, int x, int y)
getBoundBox in class Tilepublic boolean isFullTile()
isFullTile in class Tilepublic boolean canStay(IWorld world, int x, int y, TileLayer layer, int changedX, int changedY, TileLayer changedLayer)