public static class BerryEvent.BerryReady extends BerryEvent
BerryEvent
subclass event fired whenever an berry tree moves to
the final stage of growth where an berry can be harvested.BerryEvent.BerryPlanted, BerryEvent.BerryReady, BerryEvent.BerryWatered, BerryEvent.PickBerry
Modifier and Type | Field and Description |
---|---|
TileEntityBerryTree |
tree
The tile entity representing the berry tree
|
berry, pos
Constructor and Description |
---|
BerryReady(EnumBerry berry,
net.minecraft.util.math.BlockPos pos,
TileEntityBerryTree tree) |
public final TileEntityBerryTree tree
public BerryReady(EnumBerry berry, net.minecraft.util.math.BlockPos pos, TileEntityBerryTree tree)