Fix issues with 1.13+
Signed-off-by: DroppingAnvil <dr0pping.4nvi1@gmail.com>
This commit is contained in:
@@ -30,6 +30,17 @@ public interface FPlayer extends EconomyParticipator {
|
||||
|
||||
boolean hasNotificationsEnabled();
|
||||
|
||||
/**
|
||||
* Used to determine if a player is in their faction's chest
|
||||
* @return if player is in their faction's as a boolean
|
||||
*/
|
||||
boolean isInFactionsChest();
|
||||
|
||||
/**
|
||||
* Set if the player is inside of their faction's chest
|
||||
*/
|
||||
void setInFactionsChest(boolean b);
|
||||
|
||||
boolean isAlt();
|
||||
|
||||
void setAlt(boolean alt);
|
||||
|
||||
Reference in New Issue
Block a user