Enum CheckingNetByteBuf.NetMethod

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

public static enum CheckingNetByteBuf.NetMethod
extends java.lang.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).