Remove deprecated methods
This commit is contained in:
parent
9ba801e8e4
commit
5e12f1aa3a
@ -454,32 +454,6 @@ public class Faction extends Entity<Faction> implements FactionsParticipator, MP
|
|||||||
this.money = this.convertSet(money, this.money, 0D);
|
this.money = this.convertSet(money, this.money, 0D);
|
||||||
}
|
}
|
||||||
|
|
||||||
// -------------------------------------------- //
|
|
||||||
// FIELD: open
|
|
||||||
// -------------------------------------------- //
|
|
||||||
|
|
||||||
// Nowadays this is a flag!
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public boolean isDefaultOpen()
|
|
||||||
{
|
|
||||||
return MFlag.getFlagOpen().isStandard();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public boolean isOpen()
|
|
||||||
{
|
|
||||||
return this.getFlag(MFlag.getFlagOpen());
|
|
||||||
}
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public void setOpen(Boolean open)
|
|
||||||
{
|
|
||||||
MFlag flag = MFlag.getFlagOpen();
|
|
||||||
if (open == null) open = flag.isStandard();
|
|
||||||
this.setFlag(flag, open);
|
|
||||||
}
|
|
||||||
|
|
||||||
// -------------------------------------------- //
|
// -------------------------------------------- //
|
||||||
// FIELD: invitations
|
// FIELD: invitations
|
||||||
// -------------------------------------------- //
|
// -------------------------------------------- //
|
||||||
|
Loading…
Reference in New Issue
Block a user