Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.item | |
net.minecraftforge.common |
Modifier and Type | Method and Description |
---|---|
EnumPlantType |
BlockFlower.getPlantType(World world,
int x,
int y,
int z) |
EnumPlantType |
BlockCactus.getPlantType(World world,
int x,
int y,
int z) |
EnumPlantType |
BlockReed.getPlantType(World world,
int x,
int y,
int z) |
Modifier and Type | Method and Description |
---|---|
EnumPlantType |
ItemSeedFood.getPlantType(World world,
int x,
int y,
int z) |
EnumPlantType |
ItemSeeds.getPlantType(World world,
int x,
int y,
int z) |
Modifier and Type | Method and Description |
---|---|
EnumPlantType |
IPlantable.getPlantType(World world,
int x,
int y,
int z) |
static EnumPlantType |
EnumPlantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumPlantType[] |
EnumPlantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|