Uses of Enum Class
net.minecraft.nbt.SnbtGrammar.TypeSuffix
Packages that use SnbtGrammar.TypeSuffix
-
Uses of SnbtGrammar.TypeSuffix in net.minecraft.nbt
Fields in net.minecraft.nbt declared as SnbtGrammar.TypeSuffixModifier and TypeFieldDescriptionprivate final SnbtGrammar.TypeSuffixSnbtGrammar.ArrayPrefix.defaultTypeprivate final 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 SnbtGrammar.TypeSuffixSnbtGrammar.ArrayPrefix.computeType(SnbtGrammar.IntegerSuffix suffix) SnbtGrammar.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> TSnbtGrammar.IntegerLiteral.create(com.mojang.serialization.DynamicOps<T> ops, SnbtGrammar.TypeSuffix typeSuffix, ParseState<?> parseState) private static <T> TSnbtGrammar.createFloat(com.mojang.serialization.DynamicOps<T> ops, SnbtGrammar.Sign sign, String wholePart, String fractionPart, SnbtGrammar.Signed<String> exponentPart, SnbtGrammar.TypeSuffix suffix, ParseState<?> parseState) booleanSnbtGrammar.ArrayPrefix.isAllowed(SnbtGrammar.TypeSuffix suffix) Constructors in net.minecraft.nbt with parameters of type SnbtGrammar.TypeSuffixModifierConstructorDescriptionprivateArrayPrefix(SnbtGrammar.TypeSuffix defaultType, SnbtGrammar.TypeSuffix... additionalTypes) (package private)IntegerSuffix(SnbtGrammar.SignedPrefix signed, SnbtGrammar.TypeSuffix type) Creates an instance of aIntegerSuffixrecord class.