public interface IFlowerProvider
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> |
affectProducts(net.minecraft.world.World world,
IIndividual individual,
net.minecraft.util.math.BlockPos pos,
net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> products)
Allows the flower provider to affect the produce at the given location.
|
java.lang.String |
getDescription() |
java.lang.String |
getFlowerType() |
boolean |
isAcceptedPollinatable(net.minecraft.world.World world,
ICheckPollinatable pollinatable) |
boolean isAcceptedPollinatable(net.minecraft.world.World world,
ICheckPollinatable pollinatable)
java.lang.String getFlowerType()
java.lang.String getDescription()
net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> affectProducts(net.minecraft.world.World world,
IIndividual individual,
net.minecraft.util.math.BlockPos pos,
net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> products)