GUI Rendering and various fixes
This commit is contained in:
@@ -95,7 +95,7 @@ public interface IStorageChannel<T extends IAEStack<T>>
|
||||
* @throws IOException
|
||||
*/
|
||||
@Nullable
|
||||
T readFromPacket( @Nonnull PacketBuffer input ) throws IOException;
|
||||
T readFromPacket( @Nonnull PacketBuffer input );
|
||||
|
||||
/**
|
||||
* create from nbt data
|
||||
|
||||
@@ -164,7 +164,7 @@ public interface IAEStack<T extends IAEStack<T>>
|
||||
*
|
||||
* @throws IOException
|
||||
*/
|
||||
void writeToPacket( PacketBuffer data ) throws IOException;
|
||||
void writeToPacket( PacketBuffer data );
|
||||
|
||||
/**
|
||||
* Clone the Item / Fluid Stack
|
||||
|
||||
Reference in New Issue
Block a user