|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPlantable | |
---|---|
net.minecraft.src |
Uses of IPlantable in net.minecraft.src |
---|
Classes in net.minecraft.src that implement IPlantable | |
---|---|
class |
BlockCactus
|
class |
BlockCarrot
|
class |
BlockCrops
|
class |
BlockDeadBush
|
class |
BlockFlower
|
class |
BlockLilyPad
|
class |
BlockMushroom
|
class |
BlockNetherStalk
|
class |
BlockPotato
|
class |
BlockReed
|
class |
BlockSapling
|
class |
BlockStem
|
class |
BlockTallGrass
|
class |
ItemSeeds
|
Methods in net.minecraft.src with parameters of type IPlantable | |
---|---|
boolean |
Block.canSustainPlant(World world,
int x,
int y,
int z,
ForgeDirection direction,
IPlantable plant)
Determines if this block can support the passed in plant, allowing it to be planted and grow. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |