Package | Description |
---|---|
com.comphenix.xp.lookup | |
com.comphenix.xp.parser.text |
Modifier and Type | Method and Description |
---|---|
static PotionQuery |
PotionQuery.fromAny()
Universal query.
|
static PotionQuery |
PotionQuery.fromAny(org.bukkit.potion.PotionType type) |
static PotionQuery |
PotionQuery.fromAny(org.bukkit.potion.PotionType type,
java.lang.Integer level) |
static PotionQuery |
PotionQuery.fromAny(org.bukkit.potion.PotionType type,
java.lang.Integer level,
java.lang.Boolean extended,
java.lang.Boolean splash) |
static PotionQuery |
PotionQuery.fromExact(org.bukkit.potion.PotionType type,
java.lang.Integer level,
java.lang.Boolean extended,
java.lang.Boolean splash) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<java.lang.Integer> |
PotionTree.getFromParameters(PotionQuery source) |
protected java.lang.Integer |
PotionTree.putFromParameters(PotionQuery source,
java.lang.Integer id) |
Modifier and Type | Method and Description |
---|---|
protected void |
PotionTree.putAllParameters(SearchTree<PotionQuery,Action> other,
java.lang.Integer offset) |
Modifier and Type | Method and Description |
---|---|
PotionQuery |
PotionParser.parse(java.lang.String text) |