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 Summary
Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal String(package private) ModContainergetIMCStream(Predicate<String> methodFilter) toString()Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult 
- 
Field Details
- 
container
 
 - 
 - 
Constructor Details
- 
ModLifecycleEvent
 
 - 
 - 
Method Details
- 
description
 - 
getIMCStream
 - 
getIMCStream
 - 
getContainer
ModContainer getContainer() - 
toString
 
 -