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 Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.Packet
handle, isSkippable, nextProtocol 
- 
Field Details
- 
packets
 
 - 
 - 
Constructor Details
- 
BundlePacket
 
 - 
 - 
Method Details
- 
subPackets
 - 
write
- Specified by:
 writein interfacePacket<T extends PacketListener>
 
 -