mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public String getName(){
|
||||
return this.name;
|
||||
|
@ -226,8 +224,4 @@ public abstract class TileEntityInventoryBase extends TileEntityBase implements
|
|||
return new ChatComponentText(StringUtil.localize(this.getName()));
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue