public interface IFlowerAcceptableRule
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAcceptableFlower(net.minecraft.block.state.IBlockState blockState,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
java.lang.String flowerType)
Checks if the flower at this position is accepted by this rule.
|
boolean isAcceptableFlower(net.minecraft.block.state.IBlockState blockState,
net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
java.lang.String flowerType)