Class ModLifecycleEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.fml.event.lifecycle.ModLifecycleEvent
- All Implemented Interfaces:
- IModBusEvent
- Direct Known Subclasses:
- ParallelDispatchEvent
public class ModLifecycleEvent
extends net.minecraftforge.eventbus.api.Event
implements IModBusEvent
Parent type to all ModLifecycle events. This is based on Forge EventBus. They fire through the
 ModContainer's eventbus instance.
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Eventnet.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal String(package private) ModContainergetIMCStream(Predicate<String> methodFilter) toString()Methods inherited from class net.minecraftforge.eventbus.api.EventgetListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
- 
Field Details- 
container
 
- 
- 
Constructor Details- 
ModLifecycleEvent
 
- 
- 
Method Details- 
description
- 
getIMCStream
- 
getIMCStream
- 
getContainerModContainer getContainer()
- 
toString
 
-