Class BundlePacketUtils
java.lang.Object
net.neoforged.neoforge.network.bundle.BundlePacketUtils
Utility class for dealing with
BundlePacket
s.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BundlePacketUtils
private BundlePacketUtils()
-
-
Method Details
-
flatten
public static <T extends PacketListener> List<Packet<? super T>> flatten(Iterable<Packet<? super T>> packets)
-