removed OBE comment
This commit is contained in:
parent
aea014b346
commit
aa858467a1
1 changed files with 0 additions and 7 deletions
|
@ -10,13 +10,6 @@ package buildcraft.core.network;
|
||||||
|
|
||||||
import io.netty.buffer.ByteBuf;
|
import io.netty.buffer.ByteBuf;
|
||||||
|
|
||||||
/**
|
|
||||||
* Alternative Packet Payload system.
|
|
||||||
*
|
|
||||||
* Note, you cannot use a Stream payload and the TileNetworkData annotation at
|
|
||||||
* the same time. Attempting to do will most likely result in a class cast
|
|
||||||
* exception somewhere.
|
|
||||||
*/
|
|
||||||
public class PacketPayload {
|
public class PacketPayload {
|
||||||
|
|
||||||
public static interface StreamWriter {
|
public static interface StreamWriter {
|
||||||
|
|
Loading…
Reference in a new issue