Uses of Enum Class
net.minecraft.network.packet.s2c.play.WaypointS2CPacket.Operation
Packages that use WaypointS2CPacket.Operation
-
Uses of WaypointS2CPacket.Operation in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as WaypointS2CPacket.OperationModifier and TypeFieldDescriptionprivate final WaypointS2CPacket.Operation
WaypointS2CPacket.operation
The field for theoperation
record component.Fields in net.minecraft.network.packet.s2c.play with type parameters of type WaypointS2CPacket.OperationModifier and TypeFieldDescriptionstatic final IntFunction
<WaypointS2CPacket.Operation> WaypointS2CPacket.Operation.BY_INDEX
static final PacketCodec
<ByteBuf, WaypointS2CPacket.Operation> WaypointS2CPacket.Operation.PACKET_CODEC
Methods in net.minecraft.network.packet.s2c.play that return WaypointS2CPacket.OperationModifier and TypeMethodDescriptionWaypointS2CPacket.operation()
Returns the value of theoperation
record component.static WaypointS2CPacket.Operation
Returns the enum constant of this class with the specified name.static WaypointS2CPacket.Operation[]
WaypointS2CPacket.Operation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.network.packet.s2c.play with parameters of type WaypointS2CPacket.OperationModifierConstructorDescriptionWaypointS2CPacket
(WaypointS2CPacket.Operation operation, TrackedWaypoint trackedWaypoint)