public class GrowthRuleNone extends java.lang.Object implements IFlowerGrowthRule
| Constructor and Description |
|---|
GrowthRuleNone() |
| 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)
Checks a position for suitability, and then plants a flower there.
|
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.
|
public boolean growFlower(IFlowerGrowthHelper helper, java.lang.String flowerType, net.minecraft.world.World world, net.minecraft.util.math.BlockPos pos)
IFlowerGrowthRulegrowFlower in interface IFlowerGrowthRulepublic 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)
IFlowerGrowthRulegrowFlower in interface IFlowerGrowthRule