Package | Description |
---|---|
net.minecraftforge.fml | |
net.minecraftforge.fml.event.lifecycle |
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.ConcurrentMap<java.lang.String,java.util.concurrent.ConcurrentLinkedQueue<InterModComms.IMCMessage>> |
InterModComms.containerQueues |
private java.util.Iterator<InterModComms.IMCMessage> |
InterModComms.QueueFilteringSpliterator.iterator |
private java.util.concurrent.ConcurrentLinkedQueue<InterModComms.IMCMessage> |
InterModComms.QueueFilteringSpliterator.queue |
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
boolean |
InterModComms.QueueFilteringSpliterator.tryAdvance(java.util.function.Consumer<? super InterModComms.IMCMessage> action) |
Constructor and Description |
---|
QueueFilteringSpliterator(java.util.concurrent.ConcurrentLinkedQueue<InterModComms.IMCMessage> queue,
java.util.function.Predicate<java.lang.String> methodFilter) |
Modifier and Type | Method and 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) |