Uses of Interface
net.minecraft.network.protocol.game.ClientboundCommandsPacket.NodeStub
Packages that use ClientboundCommandsPacket.NodeStub
-
Uses of ClientboundCommandsPacket.NodeStub in net.minecraft.network.protocol.game
Classes in net.minecraft.network.protocol.game that implement ClientboundCommandsPacket.NodeStubModifier and TypeClassDescriptionprivate static final recordprivate static final recordFields in net.minecraft.network.protocol.game declared as ClientboundCommandsPacket.NodeStubModifier and TypeFieldDescriptionprivate final @Nullable ClientboundCommandsPacket.NodeStubClientboundCommandsPacket.Entry.stubThe field for thestubrecord component.Methods in net.minecraft.network.protocol.game that return ClientboundCommandsPacket.NodeStubModifier and TypeMethodDescriptionprivate static @Nullable ClientboundCommandsPacket.NodeStubClientboundCommandsPacket.read(FriendlyByteBuf input, byte flags) @Nullable ClientboundCommandsPacket.NodeStubClientboundCommandsPacket.Entry.stub()Returns the value of thestubrecord component.Constructors in net.minecraft.network.protocol.game with parameters of type ClientboundCommandsPacket.NodeStubModifierConstructorDescriptionprivateEntry(@Nullable ClientboundCommandsPacket.NodeStub stub, int flags, int redirect, int[] children) Creates an instance of aEntryrecord class.