Package net.minecraft

Interface class_7451<T>

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

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

    Modifier and Type
    Method
    Description
     

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

    getExamples, listSuggestions, parse
  • Method Details

    • method_43752

      Text method_43752(T t)
      Mappings:
      Namespace Name Mixin selector
      official a Let;a(Ljava/lang/Object;)Lrf;
      intermediary method_43752 Lnet/minecraft/class_7451;method_43752(Ljava/lang/Object;)Lnet/minecraft/class_2561;
      named method_43752 Lnet/minecraft/class_7451;method_43752(Ljava/lang/Object;)Lnet/minecraft/text/Text;