net.minecraft.network.protocol

public abstract class BundlePacket<T extends PacketListener>

implements Packet<T>

aaa
net.minecraft.network.protocol.BundlePacket
net.minecraft.class_8038
net.minecraft.network.packet.BundlePacket
net.minecraft.network.protocol.BundlePacket

Field summary

Modifier and TypeField
private final Iterable<Packet<? super T>>
a
packets
field_41876
packets

Constructor summary

ModifierConstructor
protected (Iterable<Packet<? super T>> packets)

Method summary

Modifier and TypeMethod
public final Iterable<Packet<? super T>>
b()
subPackets()
method_48324()
getPackets()
public abstract PacketType<? extends BundlePacket<T>>
a()
type()
method_55846()
getPacketId()