API: Made player ignore lists public.
This commit is contained in:
parent
fafb8a66e5
commit
5957a3d8fd
|
|
@ -141,8 +141,8 @@ public class PlayerData
|
||||||
|
|
||||||
//ignore list
|
//ignore list
|
||||||
//true means invisible (admin-forced ignore), false means player-created ignore
|
//true means invisible (admin-forced ignore), false means player-created ignore
|
||||||
ConcurrentHashMap<UUID, Boolean> ignoredPlayers = new ConcurrentHashMap<UUID, Boolean>();
|
public ConcurrentHashMap<UUID, Boolean> ignoredPlayers = new ConcurrentHashMap<UUID, Boolean>();
|
||||||
boolean ignoreListChanged = false;
|
public boolean ignoreListChanged = false;
|
||||||
|
|
||||||
//whether or not this player is "in" pvp combat
|
//whether or not this player is "in" pvp combat
|
||||||
public boolean inPvpCombat()
|
public boolean inPvpCombat()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user