-
Method Summary
void
Adds an empty tag (since the client crashes if a checked tag is not registered).
void
void
Adds an entity tag type to be filled with the given entity type ids.
void
Adds a tag type to be filled with the given type ids after being mapped to new ids.
void
Adds a tag type to be filled with the given raw type ids.
void
void
void
-
Method Details
-
-
-
-
addEmptyTag
Adds an empty tag (since the client crashes if a checked tag is not registered).
- Parameters:
tagType
- registry tag type
tagId
- tag id
-
-
addEntityTag
Adds an entity tag type to be filled with the given entity type ids.
- Parameters:
tagId
- registry tag type
entities
- mapped entity types
-
addTag
Adds a tag type to be filled with the given type ids after being mapped to new ids.
- Parameters:
tagType
- registry tag type
tagId
- tag id
unmappedIds
- unmapped type ids
-
addTagRaw
Adds a tag type to be filled with the given raw type ids.
- Parameters:
tagType
- registry tag type
tagId
- tag id
ids
- raw type ids
-
-