Uses of Class
net.minecraft.network.packet.BundlePacket
Packages that use BundlePacket
Package
Description
- 
Uses of BundlePacket in net.minecraft.networkMethods in net.minecraft.network with type parameters of type BundlePacketModifier and TypeMethodDescription<P extends BundlePacket<? super T>,D extends BundleSplitterPacket<? super T>> 
 NetworkStateBuilder<T, B> NetworkStateBuilder.addBundle(PacketType<P> id, Function<Iterable<Packet<? super T>>, P> bundler, D splitter) 
- 
Uses of BundlePacket in net.minecraft.network.handlerMethods in net.minecraft.network.handler with type parameters of type BundlePacketModifier and TypeMethodDescriptionstatic <T extends PacketListener,P extends BundlePacket<? super T>> 
 PacketBundleHandlerPacketBundleHandler.create(PacketType<P> id, Function<Iterable<Packet<? super T>>, P> bundleFunction, BundleSplitterPacket<? super T> splitter) 
- 
Uses of BundlePacket in net.minecraft.network.packetMethods in net.minecraft.network.packet that return types with arguments of type BundlePacketModifier and TypeMethodDescriptionabstract PacketType<? extends BundlePacket<T>> BundlePacket.getPacketType()
- 
Uses of BundlePacket in net.minecraft.network.packet.s2c.playSubclasses of BundlePacket in net.minecraft.network.packet.s2c.play