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