public interface IPotPlantable
| Modifier and Type | Method and Description |
|---|---|
static IPotPlantable |
getPlantable(ItemInstance item) |
float |
getRenderYOffset(IWorld world,
TileState pot,
int x,
int y,
ItemInstance item) |
default float |
getXRenderOffset(IWorld world,
TileState pot,
int x,
int y,
ItemInstance item) |
static boolean |
isPotPlantable(ItemInstance item) |
default float getXRenderOffset(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)
static IPotPlantable getPlantable(ItemInstance item)