Interface SignedArgumentType<T>

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

public interface SignedArgumentType<T> extends DecoratableArgumentType<T>
Mappings:
Namespace Name
official eu
intermediary net/minecraft/class_7451
named net/minecraft/command/argument/SignedArgumentType
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.mojang.brigadier.arguments.ArgumentType

    getExamples, listSuggestions, parse

    Methods inherited from interface net.minecraft.command.argument.DecoratableArgumentType

    decorate, decorate, getFormatClass
  • Method Details

    • toSignedString

      String toSignedString(T value)
      Mappings:
      Namespace Name Mixin selector
      official a Leu;a(Ljava/lang/Object;)Ljava/lang/String;
      intermediary method_43752 Lnet/minecraft/class_7451;method_43752(Ljava/lang/Object;)Ljava/lang/String;
      named toSignedString Lnet/minecraft/command/argument/SignedArgumentType;toSignedString(Ljava/lang/Object;)Ljava/lang/String;