arc
This commit is contained in:
@@ -5,14 +5,9 @@ import arc.util.pooling.Pool.Poolable;
|
|||||||
import java.nio.ByteBuffer;
|
import java.nio.ByteBuffer;
|
||||||
|
|
||||||
public interface Packet extends Poolable{
|
public interface Packet extends Poolable{
|
||||||
default void read(ByteBuffer buffer){
|
default void read(ByteBuffer buffer){}
|
||||||
}
|
default void write(ByteBuffer buffer){}
|
||||||
|
default void reset(){}
|
||||||
default void write(ByteBuffer buffer){
|
|
||||||
}
|
|
||||||
|
|
||||||
default void reset(){
|
|
||||||
}
|
|
||||||
|
|
||||||
default boolean isImportant(){
|
default boolean isImportant(){
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||||
archash=639a3f2e3b5657c44b21f74a00ebf93be5892c12
|
archash=
|
||||||
|
|||||||
Reference in New Issue
Block a user