Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.dispenser | |
net.minecraft.util |
Modifier and Type | Method and Description |
---|---|
static EnumFacing |
BlockDispenser.getFacing(int par0) |
Modifier and Type | Method and Description |
---|---|
static void |
BehaviorDefaultDispenseItem.doDispense(World par0World,
ItemStack par1ItemStack,
int par2,
EnumFacing par3EnumFacing,
IPosition par4IPosition) |
Modifier and Type | Method and Description |
---|---|
static EnumFacing |
EnumFacing.getFront(int par0)
Returns the facing that represents the block in front of it.
|
static EnumFacing |
EnumFacing.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumFacing[] |
EnumFacing.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|