Package net.minecraft.network.protocol
Class BundlePacket<T extends PacketListener>
java.lang.Object
net.minecraft.network.protocol.BundlePacket<T>
- All Implemented Interfaces:
- Packet<T>
- Direct Known Subclasses:
- ClientboundBundlePacket
- 
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.protocol.Packethandle, isSkippable, nextProtocol
- 
Field Details- 
packets
 
- 
- 
Constructor Details- 
BundlePacket
 
- 
- 
Method Details- 
subPackets
- 
write- Specified by:
- writein interface- Packet<T extends PacketListener>
 
 
-