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 gd
  • Field Details

    • field_59942

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

    • WaypointArgument

      public WaypointArgument()
  • Method Details

    • method_70928

      public static ServerWaypoint method_70928(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String string) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      named method_70928 Lnet/minecraft/command/argument/WaypointArgument;method_70928(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 Lgd;a(Lcom/mojang/brigadier/context/CommandContext;Ljava/lang/String;)Lfir;