Uses of Class
net.minecraft.network.protocol.BundlePacket
Packages that use BundlePacket
-
Uses of BundlePacket in net.minecraft.network.protocol
Methods in net.minecraft.network.protocol with type parameters of type BundlePacketModifier and TypeMethodDescriptionstatic <T extends PacketListener,
P extends BundlePacket<? super T>>
BundlerInfoBundlerInfo.createForPacket
(PacketType<P> p_320816_, Function<Iterable<Packet<? super T>>, P> p_265627_, BundleDelimiterPacket<? super T> p_265373_) <P extends BundlePacket<? super T>,
D extends BundleDelimiterPacket<? super T>>
ProtocolInfoBuilder<T, B> ProtocolInfoBuilder.withBundlePacket
(PacketType<P> p_320954_, Function<Iterable<Packet<? super T>>, P> p_320241_, D p_320202_) Methods in net.minecraft.network.protocol that return types with arguments of type BundlePacketModifier and TypeMethodDescriptionabstract PacketType
<? extends BundlePacket<T>> BundlePacket.type()
-
Uses of BundlePacket in net.minecraft.network.protocol.game
Subclasses of BundlePacket in net.minecraft.network.protocol.game