public interface IPotPlantable
| Modifier and Type | Method and Description |
|---|---|
static IPotPlantable |
getPlantable(ItemInstance item) |
default float |
getRenderScale() |
default float |
getRenderXOffset(IWorld world,
TileState pot,
int x,
int y,
ItemInstance item) |
float |
getRenderYOffset(IWorld world,
TileState pot,
int x,
int y,
ItemInstance item) |
static boolean |
isPotPlantable(ItemInstance item) |
default float getRenderXOffset(IWorld world, TileState pot, int x, int y, ItemInstance item)
float getRenderYOffset(IWorld world, TileState pot, int x, int y, ItemInstance item)
default float getRenderScale()
static boolean isPotPlantable(ItemInstance item)
static IPotPlantable getPlantable(ItemInstance item)