Uses of Class
net.minecraft.network.packet.BundlePacket
Packages that use BundlePacket
Package
Description
The base package for all Minecraft classes.
-
Uses of BundlePacket in net.minecraft
Methods in net.minecraft with type parameters of type BundlePacketModifier and TypeMethodDescription<P extends BundlePacket<? super T>,D extends BundleSplitterPacket<? super T>>
class_9147<T,B> class_9147.method_56453(PacketIdentifier<P> packetIdentifier, Function<Iterable<Packet<? super T>>, P> function, D d) -
Uses of BundlePacket in net.minecraft.network.handler
Methods in net.minecraft.network.handler with type parameters of type BundlePacketModifier and TypeMethodDescriptionstatic <T extends PacketListener,P extends BundlePacket<? super T>>
PacketBundleHandlerPacketBundleHandler.create(PacketIdentifier<P> packetIdentifier, Function<Iterable<Packet<? super T>>, P> bundleFunction, BundleSplitterPacket<? super T> splitter) -
Uses of BundlePacket in net.minecraft.network.packet
Methods in net.minecraft.network.packet that return types with arguments of type BundlePacketModifier and TypeMethodDescriptionabstract PacketIdentifier<? extends BundlePacket<T>>BundlePacket.getPacketId() -
Uses of BundlePacket in net.minecraft.network.packet.s2c.play
Subclasses of BundlePacket in net.minecraft.network.packet.s2c.play