Package valorless.rarespawns.datamodels
Class NBTData
java.lang.Object
valorless.rarespawns.datamodels.NBTData
Represents NBT (Named Binary Tag) data for RareSpawns items.
Stores the value and type of an NBT tag for use in item metadata.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
The value of the NBT tag (e.g., string, integer, boolean, etc.). -
type
The type of the NBT tag (e.g., "string", "integer", "boolean").
-
-
Constructor Details
-
NBTData
Constructs an NBTData object with the specified value and type.- Parameters:
value- The value of the NBT tag.type- The type of the NBT tag.
-