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 recordFields in net.minecraft.network.protocol.game declared as ClientboundCommandsPacket.NodeStubModifier and TypeFieldDescriptionprivate final ClientboundCommandsPacket.NodeStubClientboundCommandsPacket.Entry.stubThe field for thestubrecord component.Methods in net.minecraft.network.protocol.game that return ClientboundCommandsPacket.NodeStubModifier and TypeMethodDescriptionprivate static ClientboundCommandsPacket.NodeStubClientboundCommandsPacket.read(FriendlyByteBuf pBuffer, byte pFlags) ClientboundCommandsPacket.Entry.stub()Returns the value of thestubrecord 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 aEntryrecord class.