Uses of Interface
net.minecraft.world.waypoint.ServerWaypoint
Packages that use ServerWaypoint
Package
Description
-
Uses of ServerWaypoint in net.minecraft.client.network
Classes in net.minecraft.client.network that implement ServerWaypointModifier and TypeClassDescriptionclass
class
Represents the client's own player entity.class
Represents a player entity that is present on the client but is not the client's own player. -
Uses of ServerWaypoint in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return ServerWaypointModifier and TypeMethodDescriptionstatic ServerWaypoint
WaypointArgument.getWaypoint
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String argument) -
Uses of ServerWaypoint in net.minecraft.entity
Classes in net.minecraft.entity that implement ServerWaypointModifier and TypeClassDescriptionclass
Represents an entity which has a health value and can receive damage. -
Uses of ServerWaypoint in net.minecraft.entity.boss
Classes in net.minecraft.entity.boss that implement ServerWaypoint -
Uses of ServerWaypoint in net.minecraft.entity.boss.dragon
Classes in net.minecraft.entity.boss.dragon that implement ServerWaypoint -
Uses of ServerWaypoint in net.minecraft.entity.decoration
Classes in net.minecraft.entity.decoration that implement ServerWaypoint -
Uses of ServerWaypoint in net.minecraft.entity.mob
Classes in net.minecraft.entity.mob that implement ServerWaypointModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of ServerWaypoint in net.minecraft.entity.passive
Classes in net.minecraft.entity.passive that implement ServerWaypointModifier and TypeClassDescriptionclass
class
class
class
class
class
class
Represents an axolotl, the cutest predator.class
class
class
class
Meow.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of ServerWaypoint in net.minecraft.entity.player
Classes in net.minecraft.entity.player that implement ServerWaypoint -
Uses of ServerWaypoint in net.minecraft.entity.raid
Classes in net.minecraft.entity.raid that implement ServerWaypoint -
Uses of ServerWaypoint in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type ServerWaypointModifier and TypeMethodDescriptionprivate static int
WaypointCommand.executeColor
(ServerCommandSource source, ServerWaypoint waypoint, Integer color) private static int
WaypointCommand.executeColor
(ServerCommandSource source, ServerWaypoint waypoint, Formatting color) private static int
WaypointCommand.executeReset
(ServerCommandSource source, ServerWaypoint waypoint) private static int
WaypointCommand.executeStyle
(ServerCommandSource source, ServerWaypoint waypoint, RegistryKey<WaypointStyle> style) private static void
WaypointCommand.updateWaypointConfig
(ServerCommandSource source, ServerWaypoint waypoint, Consumer<Waypoint.Config> configConsumer) -
Uses of ServerWaypoint in net.minecraft.server.network
Classes in net.minecraft.server.network that implement ServerWaypointFields in net.minecraft.server.network with type parameters of type ServerWaypointModifier and TypeFieldDescriptionprivate final Table
<ServerPlayerEntity, ServerWaypoint, ServerWaypoint.WaypointTracker> ServerWaypointHandler.trackers
private final Set
<ServerWaypoint> ServerWaypointHandler.waypoints
Methods in net.minecraft.server.network that return types with arguments of type ServerWaypointMethods in net.minecraft.server.network with parameters of type ServerWaypointModifier and TypeMethodDescriptionvoid
ServerWaypointHandler.onTrack
(ServerWaypoint serverWaypoint) void
ServerWaypointHandler.onUntrack
(ServerWaypoint serverWaypoint) void
ServerWaypointHandler.onUpdate
(ServerWaypoint serverWaypoint) private void
ServerWaypointHandler.refreshTracking
(ServerPlayerEntity player, ServerWaypoint waypoint) private void
ServerWaypointHandler.refreshTracking
(ServerPlayerEntity player, ServerWaypoint waypoint, ServerWaypoint.WaypointTracker tracker) void
ServerWaypointHandler.refreshTracking
(ServerWaypoint waypoint)