public class PlaceholderParser extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
doMath |
protected boolean |
papi |
protected String |
strUnparsedValue |
protected String |
strValue |
Constructor and Description |
---|
PlaceholderParser(String string) |
Modifier and Type | Method and Description |
---|---|
void |
checkForVariables() |
protected PlaceholderManager |
getPlaceholderManager() |
boolean |
isPresent() |
boolean |
isStatic() |
protected String |
parse(MythicSpawner spawner) |
protected String |
parse(PlaceholderMeta data,
AbstractEntity target) |
protected String |
parse(PlaceholderMeta data,
AbstractLocation target) |
String |
serialize() |
protected final String strValue
protected final String strUnparsedValue
protected final boolean papi
protected boolean doMath
public PlaceholderParser(String string)
public void checkForVariables()
protected String parse(PlaceholderMeta data, AbstractEntity target)
protected String parse(PlaceholderMeta data, AbstractLocation target)
protected String parse(MythicSpawner spawner)
public boolean isStatic()
public boolean isPresent()
protected PlaceholderManager getPlaceholderManager()
public String serialize()
Copyright © 2020. All rights reserved.