Package | Description |
---|---|
com.comphenix.xp | |
com.comphenix.xp.lookup | |
com.comphenix.xp.parser.text |
Modifier and Type | Method and Description |
---|---|
java.util.List<Action> |
ExperienceMod.getPlayerReward(org.bukkit.entity.Player player,
java.lang.Integer trigger,
Query query)
Retrieves a list of action rewards that applies when a player performs a given action to the item or block
specified by the query.
|
Modifier and Type | Class and Description |
---|---|
class |
ItemQuery
Generic immutable representation of an item/block query.
|
class |
MobQuery |
class |
PotionQuery |
class |
PresetQuery |
Modifier and Type | Method and Description |
---|---|
boolean |
PotionQuery.match(Query other) |
boolean |
MobQuery.match(Query other) |
boolean |
PresetQuery.match(Query other) |
boolean |
Query.match(Query other)
Determines if the given query matches the current query.
|
boolean |
ItemQuery.match(Query other) |
static boolean |
QueryMatching.match(Query a,
Query b)
Matches two queries safely.
|
Modifier and Type | Method and Description |
---|---|
Query |
ItemParser.parse(java.lang.String text) |