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 TypeClassDescription(package private) static final record
(package private) static final record
Fields in net.minecraft.network.protocol.game declared as ClientboundCommandsPacket.NodeStubModifier and TypeFieldDescriptionprivate final ClientboundCommandsPacket.NodeStub
ClientboundCommandsPacket.Entry.stub
The field for thestub
record component.Methods in net.minecraft.network.protocol.game that return ClientboundCommandsPacket.NodeStubModifier and TypeMethodDescriptionprivate static ClientboundCommandsPacket.NodeStub
ClientboundCommandsPacket.read
(FriendlyByteBuf pBuffer, byte pFlags) ClientboundCommandsPacket.Entry.stub()
Returns the value of thestub
record component.Constructors in net.minecraft.network.protocol.game with parameters of type ClientboundCommandsPacket.NodeStubModifierConstructorDescription(package private)
Entry
(ClientboundCommandsPacket.NodeStub stub, int flags, int redirect, int[] children) Creates an instance of aEntry
record class.