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.OperationClientboundTrackedWaypointPacket.operationThe field for theoperationrecord component.Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundTrackedWaypointPacket.OperationModifier and TypeFieldDescriptionstatic final IntFunction<ClientboundTrackedWaypointPacket.Operation> ClientboundTrackedWaypointPacket.Operation.BY_IDstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientboundTrackedWaypointPacket.Operation> ClientboundTrackedWaypointPacket.Operation.STREAM_CODECMethods in net.minecraft.network.protocol.game that return ClientboundTrackedWaypointPacket.OperationModifier and TypeMethodDescriptionClientboundTrackedWaypointPacket.operation()Returns the value of theoperationrecord 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 aClientboundTrackedWaypointPacketrecord class.