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 p_409627_) 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> p_409628_, SnbtGrammar.TypeSuffix p_410472_, ParseState<?> p_410023_) private static <T> T
SnbtGrammar.createFloat
(com.mojang.serialization.DynamicOps<T> p_410880_, SnbtGrammar.Sign p_409652_, String p_410345_, String p_410114_, SnbtGrammar.Signed<String> p_409756_, SnbtGrammar.TypeSuffix p_410824_, ParseState<?> p_410041_) boolean
SnbtGrammar.ArrayPrefix.isAllowed
(SnbtGrammar.TypeSuffix p_410024_) Constructors in net.minecraft.nbt with parameters of type SnbtGrammar.TypeSuffixModifierConstructorDescriptionprivate
ArrayPrefix
(SnbtGrammar.TypeSuffix p_410014_, SnbtGrammar.TypeSuffix... p_410215_) (package private)
IntegerSuffix
(SnbtGrammar.SignedPrefix signed, SnbtGrammar.TypeSuffix type) Creates an instance of aIntegerSuffix
record class.