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.OperationWaypointS2CPacket.operationThe field for theoperationrecord 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_INDEXstatic final PacketCodec<ByteBuf, WaypointS2CPacket.Operation> WaypointS2CPacket.Operation.PACKET_CODECMethods in net.minecraft.network.packet.s2c.play that return WaypointS2CPacket.OperationModifier and TypeMethodDescriptionWaypointS2CPacket.operation()Returns the value of theoperationrecord component.static WaypointS2CPacket.OperationReturns 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)