Format sourcecode
This commit is contained in:
@@ -36,7 +36,8 @@ public class ItemSlot
|
||||
|
||||
public ItemStack getItemStack()
|
||||
{
|
||||
return this.itemStack.isEmpty() ? ( this.aeItemStack == null ? ItemStack.EMPTY : ( this.itemStack = this.aeItemStack.getItemStack() ) ) : this.itemStack;
|
||||
return this.itemStack
|
||||
.isEmpty() ? ( this.aeItemStack == null ? ItemStack.EMPTY : ( this.itemStack = this.aeItemStack.getItemStack() ) ) : this.itemStack;
|
||||
}
|
||||
|
||||
public void setItemStack( final ItemStack is )
|
||||
|
||||
Reference in New Issue
Block a user