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> pType, Function<Iterable<Packet<? super T>>, P> pBundler, BundleDelimiterPacket<? super T> pPacket) <P extends BundlePacket<? super T>,
D extends BundleDelimiterPacket<? super T>>
ProtocolInfoBuilder<T, B> ProtocolInfoBuilder.withBundlePacket
(PacketType<P> pType, Function<Iterable<Packet<? super T>>, P> pBundler, D pPacket) 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