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