public class HCondition extends Object
Constructor and Description |
---|
HCondition(String type,
String[] args)
通过条件类型,参数集,构造条件对象
|
Modifier and Type | Method and Description |
---|---|
String |
Check(org.bukkit.entity.Player p)
判断玩家是否符合条件,返回不达成的条件名,达成则返回"yes"
|
List<org.bukkit.entity.Player> |
Filt(List<org.bukkit.entity.Player> pl)
筛选玩家
|
List<org.bukkit.entity.Player> |
obFilt(List<org.bukkit.entity.Player> pl)
反向筛选
|
Copyright © 2019. All rights reserved.