Class BundlePacketUtils
java.lang.Object
net.neoforged.neoforge.network.bundle.BundlePacketUtils
Utility class for dealing with 
BundlePackets.- 
Constructor Summary
Constructors - 
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)  
 -