Package forestry.api.core
Class ForestryEvent.SpeciesDiscovered
java.lang.Object
net.minecraftforge.eventbus.api.Event
forestry.api.core.ForestryEvent
forestry.api.core.ForestryEvent.SpeciesDiscovered
- 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 ISpeciesType<?,?> final ISpecies<?>final IBreedingTrackerfinal com.mojang.authlib.GameProfile -
Constructor Summary
ConstructorsConstructorDescriptionSpeciesDiscovered(ISpeciesType<?, ?> root, com.mojang.authlib.GameProfile username, ISpecies<?> species, IBreedingTracker tracker) -
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Field Details
-
species
-
root
-
tracker
-
username
public final com.mojang.authlib.GameProfile username
-
-
Constructor Details
-
SpeciesDiscovered
public SpeciesDiscovered(ISpeciesType<?, ?> root, com.mojang.authlib.GameProfile username, ISpecies<?> species, IBreedingTracker tracker)
-