Uses of Enum Class
net.minecraft.network.protocol.game.ClientboundTrackedWaypointPacket.Operation
Packages that use ClientboundTrackedWaypointPacket.Operation
-
Uses of ClientboundTrackedWaypointPacket.Operation in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as ClientboundTrackedWaypointPacket.OperationModifier and TypeFieldDescriptionprivate final ClientboundTrackedWaypointPacket.Operation
ClientboundTrackedWaypointPacket.operation
The field for theoperation
record component.Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundTrackedWaypointPacket.OperationModifier and TypeFieldDescriptionstatic final IntFunction
<ClientboundTrackedWaypointPacket.Operation> ClientboundTrackedWaypointPacket.Operation.BY_ID
static final StreamCodec
<io.netty.buffer.ByteBuf, ClientboundTrackedWaypointPacket.Operation> ClientboundTrackedWaypointPacket.Operation.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return ClientboundTrackedWaypointPacket.OperationModifier and TypeMethodDescriptionClientboundTrackedWaypointPacket.operation()
Returns the value of theoperation
record component.Returns the enum constant of this class with the specified name.ClientboundTrackedWaypointPacket.Operation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.network.protocol.game with parameters of type ClientboundTrackedWaypointPacket.OperationModifierConstructorDescriptionClientboundTrackedWaypointPacket
(ClientboundTrackedWaypointPacket.Operation operation, TrackedWaypoint waypoint) Creates an instance of aClientboundTrackedWaypointPacket
record class.