mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-11 13:33:54 +00:00
This is why Lombok exists
This commit is contained in:
@ -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
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user