JavaScript is disabled on your browser.
@Internal
public class BundlePacketUtils
extends Object
Utility class for dealing with BundlePacket
s.
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Concrete Methods
static <T extends net.minecraft.network.PacketListener>List <net.minecraft.network.protocol.Packet<? super T>>
flatten (Iterable <net.minecraft.network.protocol.Packet<? super T>> packets)
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Details
BundlePacketUtils
private BundlePacketUtils ()
Method Details
flatten
public static <T extends net.minecraft.network.PacketListener>
List <net.minecraft.network.protocol.Packet<? super T>> flatten (Iterable <net.minecraft.network.protocol.Packet<? super T>> packets)