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 ICraftingInfo
public IPlayer getPlayer()
getPlayer
in interface ICraftingInfo
public int getDimension()
getDimension
in interface ICraftingInfo
public IWorld getWorld()
getWorld
in interface ICraftingInfo