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.TypeSuffix
SnbtGrammar.ArrayPrefix.defaultType
private final SnbtGrammar.TypeSuffix
SnbtGrammar.IntegerSuffix.type
The field for thetype
record component.Fields in net.minecraft.nbt with type parameters of type SnbtGrammar.TypeSuffixModifier and TypeFieldDescriptionprivate final Set
<SnbtGrammar.TypeSuffix> SnbtGrammar.ArrayPrefix.additionalTypes
Methods in net.minecraft.nbt that return SnbtGrammar.TypeSuffixModifier and TypeMethodDescriptionprivate SnbtGrammar.TypeSuffix
SnbtGrammar.ArrayPrefix.computeType
(SnbtGrammar.IntegerSuffix pSuffix) SnbtGrammar.IntegerSuffix.type()
Returns the value of thetype
record component.static SnbtGrammar.TypeSuffix
Returns 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> T
SnbtGrammar.IntegerLiteral.create
(com.mojang.serialization.DynamicOps<T> pOps, SnbtGrammar.TypeSuffix pTypeSuffix, ParseState<?> pParseState) private static <T> T
SnbtGrammar.createFloat
(com.mojang.serialization.DynamicOps<T> pOps, SnbtGrammar.Sign pSign, String pWholePart, String pFractionPart, SnbtGrammar.Signed<String> pExponentPart, SnbtGrammar.TypeSuffix pSuffix, ParseState<?> pParseState) boolean
SnbtGrammar.ArrayPrefix.isAllowed
(SnbtGrammar.TypeSuffix pSuffix) Constructors in net.minecraft.nbt with parameters of type SnbtGrammar.TypeSuffixModifierConstructorDescriptionprivate
ArrayPrefix
(SnbtGrammar.TypeSuffix pDefaultType, SnbtGrammar.TypeSuffix... pAdditionalTypes) (package private)
IntegerSuffix
(SnbtGrammar.SignedPrefix signed, SnbtGrammar.TypeSuffix type) Creates an instance of aIntegerSuffix
record class.