net.minecraft.network.protocol.game

enum ClientboundTrackedWaypointPacket$Operation

ahc$a
net.minecraft.network.protocol.game.ClientboundTrackedWaypointPacket$Operation
net.minecraft.class_11173$class_11174
net.minecraft.network.packet.s2c.play.WaypointS2CPacket$Operation
net.minecraft.src.C_398598_$C_398604_

Enum constant summary

Enum Constant
a
TRACK
field_59613
TRACK
TRACK
b
UNTRACK
field_59614
UNTRACK
UNTRACK
c
UPDATE
field_59615
UPDATE
UPDATE

Field summary

Modifier and TypeField
final BiConsumer<TrackedWaypointManager, TrackedWaypoint>
f
action
field_59618
handler
f_400274_
public static final IntFunction<ClientboundTrackedWaypointPacket$Operation>
d
BY_ID
field_59616
BY_INDEX
f_399667_
public static final StreamCodec<io.netty.buffer.ByteBuf, ClientboundTrackedWaypointPacket$Operation>
e
STREAM_CODEC
field_59617
PACKET_CODEC
f_399736_

Constructor summary

ModifierConstructor
private (BiConsumer<TrackedWaypointManager, TrackedWaypoint> p_406011_)