This is why Lombok exists

This commit is contained in:
ZeroEpoch1969
2018-07-24 22:52:49 -07:00
parent 65bd609952
commit c0b43f26ea
8 changed files with 2 additions and 144 deletions

View File

@ -131,41 +131,6 @@ public class FPlayer
return orbitStrength;
}
public boolean isInvSee()
{
return invSee;
}
public void setInvSee(boolean toggle)
{
this.invSee = toggle;
}
public boolean isEditBlocked()
{
return editBlocked;
}
public void setEditBlocked(boolean toggle)
{
this.editBlocked = toggle;
}
public boolean isPvpBlocked()
{
return pvpBlocked;
}
public CageData getCageData()
{
return cageData;
}
public void setPvpBlocked(boolean toggle)
{
this.pvpBlocked = toggle;
}
public boolean isFuckOff()
{
return fuckoffRadius > 0;
@ -378,11 +343,6 @@ public class FPlayer
this.inAdminchat = inAdminchat;
}
public FreezeData getFreezeData()
{
return freezeData;
}
public boolean inAdminChat()
{