Class NbtSuggestions
java.lang.Object
de.luckymcdev.foundryengine.client.command.suggest.nbt.NbtSuggestions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable StringgetBlockAt(net.minecraft.commands.arguments.coordinates.Coordinates coords) static @Nullable StringgetEntityFrom(net.minecraft.commands.arguments.selector.EntitySelector selector) getEnumValues(String enumName) static @Nullable List<NbtSuggestions.FieldDef> static List<NbtSuggestions.FieldDef> static StringgetFieldSubtext(String type, String fieldName) static voidinit()static booleanisIrrelevant(String fieldName) static booleanisRecommended(String fieldName)
-
Constructor Details
-
NbtSuggestions
public NbtSuggestions()
-
-
Method Details
-
init
public static void init() -
getFields
-
getEnumValues
-
isIrrelevant
-
isRecommended
-
getFieldSubtext
-
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
-