public interface IFlowerGrowthRule
| Modifier and Type | Method and Description |
|---|---|
boolean |
growFlower(IFlowerGrowthHelper helper,
java.lang.String flowerType,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos)
Deprecated.
since Forestry 5.5.4. Use
growFlower(IFlowerGrowthHelper, String, World, BlockPos, Collection) |
default boolean |
growFlower(IFlowerGrowthHelper helper,
java.lang.String flowerType,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
java.util.Collection<net.minecraft.block.state.IBlockState> potentialFlowers)
Checks a position for suitability, and then plants a flower there.
|
@Deprecated boolean growFlower(IFlowerGrowthHelper helper, java.lang.String flowerType, net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos)
growFlower(IFlowerGrowthHelper, String, World, BlockPos, Collection)default boolean growFlower(IFlowerGrowthHelper helper, java.lang.String flowerType, net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos, java.util.Collection<net.minecraft.block.state.IBlockState> potentialFlowers)