java.lang.Object
io.github.miniplaceholders.api.utils.TagsUtils
Tags utils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TagEmpty Tagstatic final AudiencePlaceholderAn Audience placeholder that returns a null Tagstatic final RelationalPlaceholderA Relational placeholder that returns a null tagstatic final TagNull Tag -
Method Summary
-
Field Details
-
EMPTY_TAG
Empty Tag- Since:
- 1.0.0
-
NULL_TAG
Null Tag- Since:
- 1.1.0
-
NULL_AUDIENCE_PLACEHOLDER
An Audience placeholder that returns a null Tag- Since:
- 1.1.0
-
NULL_RELATIONAL_PLACEHOLDER
A Relational placeholder that returns a null tag- Since:
- 1.1.0
-
-
Method Details
-
staticTag
Deprecated.Creates a new Tag based on a String- Parameters:
string- the string- Returns:
- a new basic self closing Tag of a string
- Since:
- 1.1.0
-
staticTag
Deprecated.Creates a new basic Tag based on a Component- Parameters:
component- the component- Returns:
- a new basic self closing Tag of a component
- Since:
- 1.1.0
-