public interface IAlleleBeeEffect extends IAlleleEffect
| Modifier and Type | Method and Description |
|---|---|
IEffectData |
doEffect(IBeeGenome genome,
IEffectData storedData,
IBeeHousing housing)
Called by apiaries to cause an effect in the world.
|
IEffectData |
doFX(IBeeGenome genome,
IEffectData storedData,
IBeeHousing housing)
Is called to produce visual bee effects.
|
isCombinable, validateStoragegetAlleleName, getModID, getName, getUID, getUnlocalizedName, isDominantIEffectData doEffect(IBeeGenome genome, IEffectData storedData, IBeeHousing housing)
genome - Genome of the bee queen causing this effectstoredData - Object containing the stored effect data for the apiary/hive the bee is in.housing - IBeeHousing the bee currently resides in.IEffectData doFX(IBeeGenome genome, IEffectData storedData, IBeeHousing housing)
genome - Genome of the bee queen causing this effectstoredData - Object containing the stored effect data for the apiary/hive the bee is in.housing - IBeeHousing the bee currently resides in.