Klasse NbtSuggestions

java.lang.Object
de.luckymcdev.foundryengine.client.command.suggest.nbt.NbtSuggestions

public class NbtSuggestions extends Object
  • Konstruktordetails

    • NbtSuggestions

      public NbtSuggestions()
  • Methodendetails

    • init

      public static void init()
    • getFields

      @Nullable public static @Nullable List<NbtSuggestions.FieldDef> getFields(String type)
    • getEnumValues

      @Nullable public static @Nullable List<String> getEnumValues(String enumName)
    • isIrrelevant

      public static boolean isIrrelevant(String fieldName)
    • isRecommended

      public static boolean isRecommended(String fieldName)
    • getFieldSubtext

      public static String getFieldSubtext(String type, String fieldName)
    • getBlockAt

      @Nullable public static @Nullable String getBlockAt(net.minecraft.commands.arguments.coordinates.Coordinates coords)
    • getEntityFrom

      @Nullable public static @Nullable String getEntityFrom(net.minecraft.commands.arguments.selector.EntitySelector selector)
    • getFieldsForInherited

      public static List<NbtSuggestions.FieldDef> getFieldsForInherited(String key)