Uses of Interface
net.minecraft.network.protocol.BundlerInfo
Packages that use BundlerInfo
-
Uses of BundlerInfo in net.minecraft.network
Fields in net.minecraft.network declared as BundlerInfoModifier and TypeFieldDescriptionprivate final BundlerInfoPacketBundlePacker.bundlerInfoprivate final BundlerInfoPacketBundleUnpacker.bundlerInfoMethods in net.minecraft.network that return BundlerInfoConstructors in net.minecraft.network with parameters of type BundlerInfoModifierConstructorDescriptionPacketBundlePacker(BundlerInfo bundlerInfo) PacketBundleUnpacker(BundlerInfo bundlerInfo) -
Uses of BundlerInfo in net.minecraft.network.protocol
Fields in net.minecraft.network.protocol declared as BundlerInfoModifier and TypeFieldDescriptionprivate @Nullable BundlerInfoProtocolInfoBuilder.bundlerInfoprivate final @Nullable BundlerInfoProtocolInfoBuilder.Implementation.bundlerInfoThe field for thebundlerInforecord component.Methods in net.minecraft.network.protocol that return BundlerInfoModifier and TypeMethodDescription@Nullable BundlerInfoProtocolInfoBuilder.Implementation.bundlerInfo()Returns the value of thebundlerInforecord component.static <T extends PacketListener, P extends BundlePacket<? super T>>
BundlerInfoBundlerInfo.createForPacket(PacketType<P> bundlePacketType, Function<Iterable<Packet<? super T>>, P> constructor, BundleDelimiterPacket<? super T> delimiterPacket) Constructors in net.minecraft.network.protocol with parameters of type BundlerInfoModifierConstructorDescriptionprivateImplementation(ConnectionProtocol id, PacketFlow flow, StreamCodec<io.netty.buffer.ByteBuf, Packet<? super L>> codec, @Nullable BundlerInfo bundlerInfo) Creates an instance of aImplementationrecord class.