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 TypeClassDescriptionclassclassclassRepresents the client's own player entity.classRepresents 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 ServerWaypointWaypointArgument.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 TypeClassDescriptionclassRepresents an entity which has a health value and can receive damage.class -
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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of ServerWaypoint in net.minecraft.entity.passive
Classes in net.minecraft.entity.passive that implement ServerWaypointModifier and TypeClassDescriptionclassclassclassclassclassclassclassRepresents an axolotl, the cutest predator.classclassclassclassMeow.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
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 intWaypointCommand.executeColor(ServerCommandSource source, ServerWaypoint waypoint, Integer color) private static intWaypointCommand.executeColor(ServerCommandSource source, ServerWaypoint waypoint, Formatting color) private static intWaypointCommand.executeReset(ServerCommandSource source, ServerWaypoint waypoint) private static intWaypointCommand.executeStyle(ServerCommandSource source, ServerWaypoint waypoint, RegistryKey<WaypointStyle> style) private static voidWaypointCommand.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.trackersprivate final Set<ServerWaypoint> ServerWaypointHandler.waypointsMethods in net.minecraft.server.network that return types with arguments of type ServerWaypointMethods in net.minecraft.server.network with parameters of type ServerWaypointModifier and TypeMethodDescriptionvoidServerWaypointHandler.onTrack(ServerWaypoint serverWaypoint) voidServerWaypointHandler.onUntrack(ServerWaypoint serverWaypoint) voidServerWaypointHandler.onUpdate(ServerWaypoint serverWaypoint) private voidServerWaypointHandler.refreshTracking(ServerPlayerEntity player, ServerWaypoint waypoint) private voidServerWaypointHandler.refreshTracking(ServerPlayerEntity player, ServerWaypoint waypoint, ServerWaypoint.WaypointTracker tracker) voidServerWaypointHandler.refreshTracking(ServerWaypoint waypoint)