Uses of Enum
beer.devs.fastnbt.nms.nbt.NBTType
Packages that use NBTType
-
Uses of NBTType in beer.devs.fastnbt.nms.nbt
Methods in beer.devs.fastnbt.nms.nbt that return NBTTypeModifier and TypeMethodDescriptionstatic NBTTypeNBTType.byId(byte id) static NBTTypeReturns the enum constant of this type with the specified name.static NBTType[]NBTType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in beer.devs.fastnbt.nms.nbt with parameters of type NBTType