Package net.minecraft

Interface class_7517<T>

All Superinterfaces:
com.mojang.brigadier.arguments.ArgumentType<T>
All Known Subinterfaces:
TextConvertibleArgumentType<T>
All Known Implementing Classes:
MessageArgumentType

public interface class_7517<T> extends com.mojang.brigadier.arguments.ArgumentType<T>
Mappings:
Namespace Name
official en
intermediary net/minecraft/class_7517
named net/minecraft/class_7517
  • Method Details

    • method_44283

      @Nullable static @Nullable CompletableFuture<Text> method_44283(com.mojang.brigadier.tree.ArgumentCommandNode<?,?> argumentCommandNode, com.mojang.brigadier.context.CommandContextBuilder<ServerCommandSource> commandContextBuilder) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Len;a(Lcom/mojang/brigadier/tree/ArgumentCommandNode;Lcom/mojang/brigadier/context/CommandContextBuilder;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_44283 Lnet/minecraft/class_7517;method_44283(Lcom/mojang/brigadier/tree/ArgumentCommandNode;Lcom/mojang/brigadier/context/CommandContextBuilder;)Ljava/util/concurrent/CompletableFuture;
      named method_44283 Lnet/minecraft/class_7517;method_44283(Lcom/mojang/brigadier/tree/ArgumentCommandNode;Lcom/mojang/brigadier/context/CommandContextBuilder;)Ljava/util/concurrent/CompletableFuture;
    • method_44284

      static boolean method_44284(com.mojang.brigadier.tree.CommandNode<?> commandNode)
      Mappings:
      Namespace Name Mixin selector
      official a Len;a(Lcom/mojang/brigadier/tree/CommandNode;)Z
      intermediary method_44284 Lnet/minecraft/class_7517;method_44284(Lcom/mojang/brigadier/tree/CommandNode;)Z
      named method_44284 Lnet/minecraft/class_7517;method_44284(Lcom/mojang/brigadier/tree/CommandNode;)Z
    • method_44282

      @Nullable default @Nullable CompletableFuture<Text> method_44282(com.mojang.brigadier.context.CommandContextBuilder<ServerCommandSource> commandContextBuilder, String string) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Len;a(Lcom/mojang/brigadier/context/CommandContextBuilder;Ljava/lang/String;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_44282 Lnet/minecraft/class_7517;method_44282(Lcom/mojang/brigadier/context/CommandContextBuilder;Ljava/lang/String;)Ljava/util/concurrent/CompletableFuture;
      named method_44282 Lnet/minecraft/class_7517;method_44282(Lcom/mojang/brigadier/context/CommandContextBuilder;Ljava/lang/String;)Ljava/util/concurrent/CompletableFuture;
    • method_44258

      CompletableFuture<Text> method_44258(ServerCommandSource serverCommandSource, T t) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Len;a(Ldr;Ljava/lang/Object;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_44258 Lnet/minecraft/class_7517;method_44258(Lnet/minecraft/class_2168;Ljava/lang/Object;)Ljava/util/concurrent/CompletableFuture;
      named method_44258 Lnet/minecraft/class_7517;method_44258(Lnet/minecraft/server/command/ServerCommandSource;Ljava/lang/Object;)Ljava/util/concurrent/CompletableFuture;
    • method_44261

      Class<T> method_44261()
      Mappings:
      Namespace Name Mixin selector
      official b Len;b()Ljava/lang/Class;
      intermediary method_44261 Lnet/minecraft/class_7517;method_44261()Ljava/lang/Class;
      named method_44261 Lnet/minecraft/class_7517;method_44261()Ljava/lang/Class;