Moved FluidList to fluid package (#3568)

This commit is contained in:
yueh
2018-06-27 20:28:29 +02:00
committed by GitHub
parent c2d18ce013
commit 87999dbf27
19 changed files with 23 additions and 22 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ public abstract class AEStack<StackType extends IAEStack<StackType>> implements
private long stackSize;
private long countRequestable;
static long getPacketValue( final byte type, final ByteBuf tag )
protected static long getPacketValue( final byte type, final ByteBuf tag )
{
if( type == 0 )
{
@@ -162,7 +162,7 @@ public abstract class AEStack<StackType extends IAEStack<StackType>> implements
}
}
abstract boolean hasTagCompound();
protected abstract boolean hasTagCompound();
protected void putPacketValue( final ByteBuf tag, final long num )
{