Package net.minecraft.network.packet
Class BundlePacket<T extends PacketListener>
java.lang.Object
net.minecraft.network.packet.BundlePacket<T>
- All Implemented Interfaces:
- Packet<T>
- Direct Known Subclasses:
- BundleS2CPacket
- Mappings:
- Namespace - Name - named - net/minecraft/network/packet/BundlePacket- intermediary - net/minecraft/class_8038- official - yu
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.Packetapply, isWritingErrorSkippable, transitionsNetworkState
- 
Field Details- 
packets- Mappings:
- Namespace - Name - Mixin selector - named - packets- Lnet/minecraft/network/packet/BundlePacket;packets:Ljava/lang/Iterable;- intermediary - field_41876- Lnet/minecraft/class_8038;field_41876:Ljava/lang/Iterable;- official - a- Lyu;a:Ljava/lang/Iterable;
 
 
- 
- 
Constructor Details- 
BundlePacket- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/network/packet/BundlePacket;<init>(Ljava/lang/Iterable;)V- intermediary - <init>- Lnet/minecraft/class_8038;<init>(Ljava/lang/Iterable;)V- official - <init>- Lyu;<init>(Ljava/lang/Iterable;)V
 
 
- 
- 
Method Details- 
getPackets- Mappings:
- Namespace - Name - Mixin selector - named - getPackets- Lnet/minecraft/network/packet/BundlePacket;getPackets()Ljava/lang/Iterable;- intermediary - method_48324- Lnet/minecraft/class_8038;method_48324()Ljava/lang/Iterable;- official - b- Lyu;b()Ljava/lang/Iterable;
 
- 
getPacketType- Specified by:
- getPacketTypein interface- Packet<T extends PacketListener>
- Mappings:
- Namespace - Name - Mixin selector - named - getPacketType- Lnet/minecraft/network/packet/Packet;getPacketType()Lnet/minecraft/network/packet/PacketType;- intermediary - method_65080- Lnet/minecraft/class_2596;method_65080()Lnet/minecraft/class_9145;- official - a- Lyw;a()Lyy;
 
 
-