net.minecraft.server.waypoints

public class ServerWaypointManager

implements WaypointManager<WaypointTransmitter>

ayv
net.minecraft.server.waypoints.ServerWaypointManager
net.minecraft.class_11179
net.minecraft.server.network.ServerWaypointHandler

Field summary

Modifier and TypeField
private final Set<WaypointTransmitter>
a
waypoints
field_59633
waypoints
private final Set<ServerPlayer>
b
players
field_59634
players
private final com.google.common.collect.Table<ServerPlayer, WaypointTransmitter, WaypointTransmitter$Connection>
c
connections
field_59635
trackers

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(fkx arg0)
trackWaypoint(WaypointTransmitter arg0)
method_70646(class_11212 arg0)
onTrack(ServerWaypoint arg0)
public void
b(fkx arg0)
updateWaypoint(WaypointTransmitter arg0)
method_70652(class_11212 arg0)
onUpdate(ServerWaypoint arg0)
public void
c(fkx arg0)
untrackWaypoint(WaypointTransmitter arg0)
method_70656(class_11212 arg0)
onUntrack(ServerWaypoint arg0)
public void
a(auc arg0)
addPlayer(ServerPlayer arg0)
method_70639(class_3222 arg0)
addPlayer(ServerPlayerEntity player)
public void
b(auc arg0)
updatePlayer(ServerPlayer arg0)
method_70648(class_3222 arg0)
updatePlayerPos(ServerPlayerEntity player)
public void
c(auc arg0)
removePlayer(ServerPlayer arg0)
method_70653(class_3222 arg0)
removePlayer(ServerPlayerEntity player)
public void
a()
breakAllConnections()
method_70638()
clear()
public void
d(fkx arg0)
remakeConnections(WaypointTransmitter arg0)
method_70657(class_11212 arg0)
refreshTracking(ServerWaypoint waypoint)
public Set<WaypointTransmitter>
b()
transmitters()
method_70647()
getWaypoints()
private static boolean
d(auc arg0)
isLocatorBarEnabledFor(ServerPlayer arg0)
method_71610(class_3222 arg0)
isLocatorBarEnabled(ServerPlayerEntity player)
private void
a(auc arg0, fkx arg1)
createConnection(ServerPlayer arg0, WaypointTransmitter arg1)
method_70641(class_3222 arg0, class_11212 arg1)
refreshTracking(ServerPlayerEntity player, ServerWaypoint waypoint)
private void
a(auc arg0, fkx arg1, fkx$c arg2)
updateConnection(ServerPlayer arg0, WaypointTransmitter arg1, WaypointTransmitter$Connection arg2)
method_70642(class_3222 arg0, class_11212 arg1, class_11212$class_11215 arg2)
refreshTracking(ServerPlayerEntity player, ServerWaypoint waypoint, ServerWaypoint$WaypointTracker tracker)