Package ch.njol.skript.aliases
Class AliasesMap.Match
java.lang.Object
ch.njol.skript.aliases.AliasesMap.Match
- Enclosing class:
- AliasesMap
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable AliasesMap.AliasData
getData()
Retrieves the alias data of this match.Gets quality of this match.
-
Constructor Details
-
Match
-
-
Method Details
-
getQuality
Gets quality of this match.- Returns:
- Match quality.
-
getData
Retrieves the alias data of this match. Provided thatgetQuality()
is at leastMatchQuality.SAME_MATERIAL
this will be not null; otherwise, it may or may not be null.- Returns:
- Alias data for matching item.
-