Uses of Record Class
net.minecraftforge.fml.InterModComms.IMCMessage
Packages that use InterModComms.IMCMessage
-
Uses of InterModComms.IMCMessage in net.minecraftforge.fml
Fields in net.minecraftforge.fml with type parameters of type InterModComms.IMCMessageModifier and TypeFieldDescriptionprivate static ConcurrentMap<String,ConcurrentLinkedQueue<InterModComms.IMCMessage>>
InterModComms.containerQueues
private Iterator<InterModComms.IMCMessage>
InterModComms.QueueFilteringSpliterator.iterator
InterModComms.QueueFilteringSpliterator.queue
Methods in net.minecraftforge.fml that return types with arguments of type InterModComms.IMCMessageModifier and TypeMethodDescriptionstatic Stream<InterModComms.IMCMessage>
InterModComms.getMessages(String modId)
Retrieve all message for your modid.static Stream<InterModComms.IMCMessage>
InterModComms.getMessages(String modId, Predicate<String> methodMatcher)
Retrieve pending messages for your modid.InterModComms.QueueFilteringSpliterator.trySplit()
Method parameters in net.minecraftforge.fml with type arguments of type InterModComms.IMCMessageModifier and TypeMethodDescriptionboolean
InterModComms.QueueFilteringSpliterator.tryAdvance(Consumer<? super InterModComms.IMCMessage> action)
Constructor parameters in net.minecraftforge.fml with type arguments of type InterModComms.IMCMessageModifierConstructorDescriptionQueueFilteringSpliterator(ConcurrentLinkedQueue<InterModComms.IMCMessage> queue, Predicate<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.IMCMessageModifier and TypeMethodDescriptionModLifecycleEvent.getIMCStream()
ModLifecycleEvent.getIMCStream(Predicate<String> methodFilter)