public interface ICheckPollinatable
IPollinatable.| Modifier and Type | Method and Description |
|---|---|
boolean |
canMateWith(IIndividual pollen)
Checks whether this can mate with the given pollen.
|
net.minecraftforge.common.EnumPlantType |
getPlantType() |
IIndividual |
getPollen() |
boolean |
isPollinated() |
net.minecraftforge.common.EnumPlantType getPlantType()
IIndividual getPollen()
boolean canMateWith(IIndividual pollen)
Must be the one to check genetic equivalency.
pollen - IIndividual representing the pollen.boolean isPollinated()