Uses of Class
net.minecraftforge.fml.InterModComms.IMCMessage
-
Packages that use InterModComms.IMCMessage Package Description net.minecraftforge.fml net.minecraftforge.fml.event.lifecycle -
-
Uses of InterModComms.IMCMessage in net.minecraftforge.fml
Fields in net.minecraftforge.fml with type parameters of type InterModComms.IMCMessage Modifier and Type Field Description private static java.util.concurrent.ConcurrentMap<java.lang.String,java.util.concurrent.ConcurrentLinkedQueue<InterModComms.IMCMessage>>InterModComms. containerQueuesprivate java.util.Iterator<InterModComms.IMCMessage>InterModComms.QueueFilteringSpliterator. iteratorprivate java.util.concurrent.ConcurrentLinkedQueue<InterModComms.IMCMessage>InterModComms.QueueFilteringSpliterator. queueMethods in net.minecraftforge.fml that return types with arguments of type InterModComms.IMCMessage Modifier and Type Method Description static java.util.stream.Stream<InterModComms.IMCMessage>InterModComms. getMessages(java.lang.String modId)Retrieve all message for your modid.static java.util.stream.Stream<InterModComms.IMCMessage>InterModComms. getMessages(java.lang.String modId, java.util.function.Predicate<java.lang.String> methodMatcher)Retrieve pending messages for your modid.java.util.Spliterator<InterModComms.IMCMessage>InterModComms.QueueFilteringSpliterator. trySplit()Method parameters in net.minecraftforge.fml with type arguments of type InterModComms.IMCMessage Modifier and Type Method Description booleanInterModComms.QueueFilteringSpliterator. tryAdvance(java.util.function.Consumer<? super InterModComms.IMCMessage> action)Constructor parameters in net.minecraftforge.fml with type arguments of type InterModComms.IMCMessage Constructor Description QueueFilteringSpliterator(java.util.concurrent.ConcurrentLinkedQueue<InterModComms.IMCMessage> queue, java.util.function.Predicate<java.lang.String> methodFilter) -
Uses of InterModComms.IMCMessage in net.minecraftforge.fml.event.lifecycle
Methods in net.minecraftforge.fml.event.lifecycle that return types with arguments of type InterModComms.IMCMessage Modifier and Type Method Description java.util.stream.Stream<InterModComms.IMCMessage>ModLifecycleEvent. getIMCStream()java.util.stream.Stream<InterModComms.IMCMessage>ModLifecycleEvent. getIMCStream(java.util.function.Predicate<java.lang.String> methodFilter)
-