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

@ -218,26 +218,6 @@ public class CageData
}
}
public boolean isCaged()
{
return this.caged;
}
public Location getLocation()
{
return this.location;
}
public Material getOuterMaterial()
{
return this.outerMaterial;
}
public Material getInnerMaterial()
{
return this.innerMaterial;
}
private static class BlockData
{