Uses of Class
net.minecraft.network.packet.BundleSplitterPacket
Packages that use BundleSplitterPacket
Package
Description
The base package for all Minecraft classes.
-
Uses of BundleSplitterPacket in net.minecraft
Methods in net.minecraft with type parameters of type BundleSplitterPacketModifier 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 BundleSplitterPacket in net.minecraft.network.handler
Methods in net.minecraft.network.handler with parameters of type BundleSplitterPacketModifier 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 BundleSplitterPacket in net.minecraft.network.packet
Methods in net.minecraft.network.packet that return types with arguments of type BundleSplitterPacketModifier and TypeMethodDescriptionabstract PacketIdentifier<? extends BundleSplitterPacket<T>>BundleSplitterPacket.getPacketId() -
Uses of BundleSplitterPacket in net.minecraft.network.packet.s2c.play
Subclasses of BundleSplitterPacket in net.minecraft.network.packet.s2c.play