Package net.minecraft.network
Class PacketApplyBatcher
java.lang.Object
net.minecraft.network.PacketApplyBatcher
- All Implemented Interfaces:
AutoCloseable
- Mappings:
Namespace Name named net/minecraft/network/PacketApplyBatcherintermediary net/minecraft/class_11980official xb
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final recordPacketApplyBatcher.Entry<T extends PacketListener> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends PacketListener>
voidvoidapply()voidclose()boolean
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/network/PacketApplyBatcher;LOGGER:Lorg/slf4j/Logger;intermediary field_62767Lnet/minecraft/class_11980;field_62767:Lorg/slf4j/Logger;official aLxb;a:Lorg/slf4j/Logger;
-
entries
- Mappings:
Namespace Name Mixin selector named entriesLnet/minecraft/network/PacketApplyBatcher;entries:Ljava/util/Queue;intermediary field_62768Lnet/minecraft/class_11980;field_62768:Ljava/util/Queue;official bLxb;b:Ljava/util/Queue;
-
thread
- Mappings:
Namespace Name Mixin selector named threadLnet/minecraft/network/PacketApplyBatcher;thread:Ljava/lang/Thread;intermediary field_62769Lnet/minecraft/class_11980;field_62769:Ljava/lang/Thread;official cLxb;c:Ljava/lang/Thread;
-
closed
private boolean closed- Mappings:
Namespace Name Mixin selector named closedLnet/minecraft/network/PacketApplyBatcher;closed:Zintermediary field_62770Lnet/minecraft/class_11980;field_62770:Zofficial dLxb;d:Z
-
-
Constructor Details
-
PacketApplyBatcher
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/network/PacketApplyBatcher;<init>(Ljava/lang/Thread;)Vintermediary <init>Lnet/minecraft/class_11980;<init>(Ljava/lang/Thread;)Vofficial <init>Lxb;<init>(Ljava/lang/Thread;)V
-
-
Method Details
-
isOnThread
public boolean isOnThread()- Mappings:
Namespace Name Mixin selector named isOnThreadLnet/minecraft/network/PacketApplyBatcher;isOnThread()Zintermediary method_74447Lnet/minecraft/class_11980;method_74447()Zofficial aLxb;a()Z
-
add
- Mappings:
Namespace Name Mixin selector named addLnet/minecraft/network/PacketApplyBatcher;add(Lnet/minecraft/network/listener/PacketListener;Lnet/minecraft/network/packet/Packet;)Vintermediary method_74448Lnet/minecraft/class_11980;method_74448(Lnet/minecraft/class_2547;Lnet/minecraft/class_2596;)Vofficial aLxb;a(Lxa;Laao;)V
-
apply
public void apply()- Mappings:
Namespace Name Mixin selector named applyLnet/minecraft/network/PacketApplyBatcher;apply()Vintermediary method_74449Lnet/minecraft/class_11980;method_74449()Vofficial bLxb;b()V
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-