Package forestry.api.core
Class ForestryEvent.MutationDiscovered
java.lang.Object
net.minecraftforge.eventbus.api.Event
forestry.api.core.ForestryEvent
forestry.api.core.ForestryEvent.MutationDiscovered
- Enclosing class:
- ForestryEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class forestry.api.core.ForestryEvent
ForestryEvent.BeeMatingEvent, ForestryEvent.MutationDiscovered, ForestryEvent.SpeciesDiscovered, ForestryEvent.SyncedBreedingTrackerNested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal IMutation<?>final ISpeciesType<?,?> final IBreedingTrackerfinal com.mojang.authlib.GameProfile -
Constructor Summary
ConstructorsConstructorDescriptionMutationDiscovered(ISpeciesType<?, ?> root, com.mojang.authlib.GameProfile username, IMutation<?> allele, IBreedingTracker tracker) -
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Field Details
-
allele
-
root
-
tracker
-
username
public final com.mojang.authlib.GameProfile username
-
-
Constructor Details
-
MutationDiscovered
public MutationDiscovered(ISpeciesType<?, ?> root, com.mojang.authlib.GameProfile username, IMutation<?> allele, IBreedingTracker tracker)
-