Class WaypointArgument

java.lang.Object
net.minecraft.command.argument.WaypointArgument

public class WaypointArgument extends Object
Mappings:
Namespace Name
named net/minecraft/command/argument/WaypointArgument
intermediary net/minecraft/class_11258
official ge
  • Field Details

    • INVALID_WAYPOINT_EXCEPTION

      public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType INVALID_WAYPOINT_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      named INVALID_WAYPOINT_EXCEPTION Lnet/minecraft/command/argument/WaypointArgument;INVALID_WAYPOINT_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_59942 Lnet/minecraft/class_11258;field_59942:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      official a Lge;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
  • Constructor Details

    • WaypointArgument

      public WaypointArgument()
  • Method Details

    • getWaypoint

      public static ServerWaypoint getWaypoint(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String argument) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      named getWaypoint Lnet/minecraft/command/argument/WaypointArgument;getWaypoint(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/world/waypoint/ServerWaypoint;
      intermediary method_70928 Lnet/minecraft/class_11258;method_70928(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lnet/minecraft/class_11212;
      official a Lge;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lfkx;