Enum Class CheckingNetByteBuf.NetMethod

java.lang.Object
java.lang.Enum<CheckingNetByteBuf.NetMethod>
alexiil.mc.lib.net.CheckingNetByteBuf.NetMethod
All Implemented Interfaces:
Serializable, Comparable<CheckingNetByteBuf.NetMethod>, Constable
Enclosing class:
CheckingNetByteBuf

public static enum CheckingNetByteBuf.NetMethod extends Enum<CheckingNetByteBuf.NetMethod>
A networking related method that wrote data to the buffer. Also markers for separating sections.

NOTE: The order of these is extremely important, and shouldn't change between releases. (In other words unused values should be replaced with "__UNUSED_1234" and new values must be appended).