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
net.minecraft.src.C_398543_

Field summary

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

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)
m_401798_(C_398483_ arg0)
public void
b(fkx arg0)
updateWaypoint(WaypointTransmitter arg0)
method_70652(class_11212 arg0)
onUpdate(ServerWaypoint arg0)
m_401237_(C_398483_ arg0)
public void
c(fkx arg0)
untrackWaypoint(WaypointTransmitter arg0)
method_70656(class_11212 arg0)
onUntrack(ServerWaypoint arg0)
m_401079_(C_398483_ arg0)
public void
a(auc arg0)
addPlayer(ServerPlayer arg0)
method_70639(class_3222 arg0)
addPlayer(ServerPlayerEntity player)
m_401838_(C_13_ arg0)
public void
b(auc arg0)
updatePlayer(ServerPlayer arg0)
method_70648(class_3222 arg0)
updatePlayerPos(ServerPlayerEntity player)
m_402595_(C_13_ arg0)
public void
c(auc arg0)
removePlayer(ServerPlayer arg0)
method_70653(class_3222 arg0)
removePlayer(ServerPlayerEntity player)
m_401115_(C_13_ arg0)
public void
a()
breakAllConnections()
method_70638()
clear()
m_401356_()
public void
d(fkx arg0)
remakeConnections(WaypointTransmitter arg0)
method_70657(class_11212 arg0)
refreshTracking(ServerWaypoint waypoint)
m_402886_(C_398483_ arg0)
public Set<WaypointTransmitter>
b()
transmitters()
method_70647()
getWaypoints()
m_401677_()
private static boolean
d(auc arg0)
isLocatorBarEnabledFor(ServerPlayer arg0)
method_71610(class_3222 arg0)
isLocatorBarEnabled(ServerPlayerEntity player)
m_401614_(C_13_ p_405810_)
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)
m_402197_(C_13_ p_406530_, C_398483_ arg1)
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)
m_402057_(C_13_ p_410271_, C_398483_ p_409943_, C_398483_$C_398342_ arg2)