Class WaypointCommand

java.lang.Object
net.minecraft.server.command.WaypointCommand

public class WaypointCommand extends Object
Mappings:
Namespace Name
named net/minecraft/server/command/WaypointCommand
intermediary net/minecraft/class_11178
official aqw
  • Constructor Details

    • WaypointCommand

      public WaypointCommand()
  • Method Details

    • register

      public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess registryAccess)
      Mappings:
      Namespace Name Mixin selector
      named register Lnet/minecraft/server/command/WaypointCommand;register(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/command/CommandRegistryAccess;)V
      intermediary method_70610 Lnet/minecraft/class_11178;method_70610(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/class_7157;)V
      official a Laqw;a(Lcom/mojang/brigadier/CommandDispatcher;Leg;)V
    • executeStyle

      private static int executeStyle(ServerCommandSource source, ServerWaypoint waypoint, RegistryKey<WaypointStyle> style)
      Mappings:
      Namespace Name Mixin selector
      named executeStyle Lnet/minecraft/server/command/WaypointCommand;executeStyle(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/world/waypoint/ServerWaypoint;Lnet/minecraft/registry/RegistryKey;)I
      intermediary method_71146 Lnet/minecraft/class_11178;method_71146(Lnet/minecraft/class_2168;Lnet/minecraft/class_11212;Lnet/minecraft/class_5321;)I
      official a Laqw;a(Lek;Lfkx;Lamd;)I
    • executeColor

      private static int executeColor(ServerCommandSource source, ServerWaypoint waypoint, Formatting color)
      Mappings:
      Namespace Name Mixin selector
      named executeColor Lnet/minecraft/server/command/WaypointCommand;executeColor(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/world/waypoint/ServerWaypoint;Lnet/minecraft/util/Formatting;)I
      intermediary method_70617 Lnet/minecraft/class_11178;method_70617(Lnet/minecraft/class_2168;Lnet/minecraft/class_11212;Lnet/minecraft/class_124;)I
      official a Laqw;a(Lek;Lfkx;Lo;)I
    • executeColor

      private static int executeColor(ServerCommandSource source, ServerWaypoint waypoint, Integer color)
      Mappings:
      Namespace Name Mixin selector
      named executeColor Lnet/minecraft/server/command/WaypointCommand;executeColor(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/world/waypoint/ServerWaypoint;Ljava/lang/Integer;)I
      intermediary method_70615 Lnet/minecraft/class_11178;method_70615(Lnet/minecraft/class_2168;Lnet/minecraft/class_11212;Ljava/lang/Integer;)I
      official a Laqw;a(Lek;Lfkx;Ljava/lang/Integer;)I
    • executeReset

      private static int executeReset(ServerCommandSource source, ServerWaypoint waypoint)
      Mappings:
      Namespace Name Mixin selector
      named executeReset Lnet/minecraft/server/command/WaypointCommand;executeReset(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/world/waypoint/ServerWaypoint;)I
      intermediary method_70613 Lnet/minecraft/class_11178;method_70613(Lnet/minecraft/class_2168;Lnet/minecraft/class_11212;)I
      official a Laqw;a(Lek;Lfkx;)I
    • executeList

      private static int executeList(ServerCommandSource source)
      Mappings:
      Namespace Name Mixin selector
      named executeList Lnet/minecraft/server/command/WaypointCommand;executeList(Lnet/minecraft/server/command/ServerCommandSource;)I
      intermediary method_70612 Lnet/minecraft/class_11178;method_70612(Lnet/minecraft/class_2168;)I
      official a Laqw;a(Lek;)I
    • updateWaypointConfig

      private static void updateWaypointConfig(ServerCommandSource source, ServerWaypoint waypoint, Consumer<Waypoint.Config> configConsumer)
      Mappings:
      Namespace Name Mixin selector
      named updateWaypointConfig Lnet/minecraft/server/command/WaypointCommand;updateWaypointConfig(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/world/waypoint/ServerWaypoint;Ljava/util/function/Consumer;)V
      intermediary method_70616 Lnet/minecraft/class_11178;method_70616(Lnet/minecraft/class_2168;Lnet/minecraft/class_11212;Ljava/util/function/Consumer;)V
      official a Laqw;a(Lek;Lfkx;Ljava/util/function/Consumer;)V