public static class ApricornEvent.ApricornReady extends ApricornEvent
ApricornEvent
subclass event fired whenever an apricorn tree moves to the final stage of growth
where an apricorn can be harvested.ApricornEvent.ApricornPlanted, ApricornEvent.ApricornReady, ApricornEvent.ApricornWatered, ApricornEvent.GrowthChance, ApricornEvent.PickApricorn
Modifier and Type | Field and Description |
---|---|
TileEntityApricornTree |
tree
The tile entity representing the apricorn tree
|
apricorn, pos
Constructor and Description |
---|
ApricornReady(EnumApricorns apricorn,
net.minecraft.util.math.BlockPos pos,
TileEntityApricornTree tree) |
public final TileEntityApricornTree tree
public ApricornReady(EnumApricorns apricorn, net.minecraft.util.math.BlockPos pos, TileEntityApricornTree tree)