public class CraftingInfo extends java.lang.Object implements ICraftingInfo
| Constructor and Description |
|---|
CraftingInfo(ICraftingInventory inventory,
IWorld world) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDimension() |
ICraftingInventory |
getInventory() |
IPlayer |
getPlayer() |
IWorld |
getWorld() |
public CraftingInfo(ICraftingInventory inventory, IWorld world)
public ICraftingInventory getInventory()
getInventory in interface ICraftingInfopublic IPlayer getPlayer()
getPlayer in interface ICraftingInfopublic int getDimension()
getDimension in interface ICraftingInfopublic IWorld getWorld()
getWorld in interface ICraftingInfo