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> bundlePacketType, Function<Iterable<Packet<? super T>>, P> constructor, BundleDelimiterPacket<? super T> delimiterPacket) <P extends BundlePacket<? super T>, D extends BundleDelimiterPacket<? super T>>
ProtocolInfoBuilder<T, B, C> ProtocolInfoBuilder.withBundlePacket(PacketType<P> bundlerPacket, Function<Iterable<Packet<? super T>>, P> constructor, D delimiterPacket) 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