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 BundlerInfoProtocolInfoBuilder.bundlerInfoprivate final BundlerInfoProtocolInfoBuilder.Implementation.bundlerInfoThe field for thebundlerInforecord component.Methods in net.minecraft.network.protocol that return BundlerInfoModifier and TypeMethodDescriptionProtocolInfoBuilder.Implementation.bundlerInfo()Returns the value of thebundlerInforecord component.static <T extends PacketListener,P extends BundlePacket<? super T>>
BundlerInfoBundlerInfo.createForPacket(PacketType<P> type, Function<Iterable<Packet<? super T>>, P> bundler, BundleDelimiterPacket<? super T> packet) Constructors in net.minecraft.network.protocol with parameters of type BundlerInfoModifierConstructorDescription(package private)Implementation(ConnectionProtocol id, PacketFlow flow, StreamCodec<io.netty.buffer.ByteBuf, Packet<? super L>> codec, BundlerInfo bundlerInfo) Creates an instance of aImplementationrecord class.