Class ModLifecycleEvent

    • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String description()  
      (package private) ModContainer getContainer()  
      java.util.stream.Stream<InterModComms.IMCMessage> getIMCStream()  
      java.util.stream.Stream<InterModComms.IMCMessage> getIMCStream​(java.util.function.Predicate<java.lang.String> methodFilter)  
      java.lang.String toString()  
      • Methods inherited from class net.minecraftforge.eventbus.api.Event

        getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ModLifecycleEvent

        public ModLifecycleEvent​(ModContainer container)
    • Method Detail

      • description

        public final java.lang.String description()
      • getIMCStream

        public java.util.stream.Stream<InterModComms.IMCMessage> getIMCStream​(java.util.function.Predicate<java.lang.String> methodFilter)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object