mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 23:28:35 +01:00
What the fuck IntelliJ
This commit is contained in:
parent
0540313e75
commit
2d476a0b6d
1 changed files with 0 additions and 6 deletions
|
@ -209,8 +209,6 @@ public abstract class TileEntityInventoryBase extends TileEntityBase implements
|
||||||
return stack;
|
return stack;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getName(){
|
public String getName(){
|
||||||
return this.name;
|
return this.name;
|
||||||
|
@ -226,8 +224,4 @@ public abstract class TileEntityInventoryBase extends TileEntityBase implements
|
||||||
return new ChatComponentText(StringUtil.localize(this.getName()));
|
return new ChatComponentText(StringUtil.localize(this.getName()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue