Uses of Enum Class
net.minecraft.nbt.SnbtGrammar.TypeSuffix
Packages that use SnbtGrammar.TypeSuffix
-
Uses of SnbtGrammar.TypeSuffix in net.minecraft.nbt
Subclasses with type arguments of type SnbtGrammar.TypeSuffix in net.minecraft.nbtFields in net.minecraft.nbt declared as SnbtGrammar.TypeSuffixModifier and TypeFieldDescriptionprivate final SnbtGrammar.TypeSuffixSnbtGrammar.ArrayPrefix.defaultTypeprivate final @Nullable SnbtGrammar.TypeSuffixSnbtGrammar.IntegerSuffix.typeThe field for thetyperecord component.Fields in net.minecraft.nbt with type parameters of type SnbtGrammar.TypeSuffixModifier and TypeFieldDescriptionprivate final Set<SnbtGrammar.TypeSuffix> SnbtGrammar.ArrayPrefix.additionalTypesMethods in net.minecraft.nbt that return SnbtGrammar.TypeSuffixModifier and TypeMethodDescriptionprivate @Nullable SnbtGrammar.TypeSuffixSnbtGrammar.ArrayPrefix.computeType(SnbtGrammar.IntegerSuffix value) @Nullable SnbtGrammar.TypeSuffixSnbtGrammar.IntegerSuffix.type()Returns the value of thetyperecord component.static SnbtGrammar.TypeSuffixReturns the enum constant of this class with the specified name.static SnbtGrammar.TypeSuffix[]SnbtGrammar.TypeSuffix.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.nbt with parameters of type SnbtGrammar.TypeSuffixModifier and TypeMethodDescription<T> @Nullable TSnbtGrammar.IntegerLiteral.create(com.mojang.serialization.DynamicOps<T> ops, SnbtGrammar.TypeSuffix type, ParseState<?> state) private static <T> @Nullable TSnbtGrammar.createFloat(com.mojang.serialization.DynamicOps<T> ops, SnbtGrammar.Sign sign, @Nullable String whole, @Nullable String fraction, @Nullable SnbtGrammar.Signed<String> exponent, @Nullable SnbtGrammar.TypeSuffix typeSuffix, ParseState<?> state) booleanSnbtGrammar.ArrayPrefix.isAllowed(SnbtGrammar.TypeSuffix type) Constructors in net.minecraft.nbt with parameters of type SnbtGrammar.TypeSuffixModifierConstructorDescriptionprivateArrayPrefix(SnbtGrammar.TypeSuffix defaultType, SnbtGrammar.TypeSuffix... additionalTypes) privateIntegerSuffix(@Nullable SnbtGrammar.SignedPrefix signed, @Nullable SnbtGrammar.TypeSuffix type) Creates an instance of aIntegerSuffixrecord class.