Uses of Enum Class
alexiil.mc.lib.net.CheckingNetByteBuf.NetMethod
-
Uses of CheckingNetByteBuf.NetMethod in alexiil.mc.lib.net
Modifier and TypeFieldDescriptionCheckingNetByteBuf.InvalidNetTypeException.read
CheckingNetByteBuf.InvalidNetTypeException.written
Modifier and TypeMethodDescriptionstatic CheckingNetByteBuf.NetMethod
Returns the enum constant of this class with the specified name.static CheckingNetByteBuf.NetMethod[]
CheckingNetByteBuf.NetMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionInvalidNetTypeException
(CheckingNetByteBuf.NetMethod method, int index, String writeArgs, String readArgs) InvalidNetTypeException
(CheckingNetByteBuf.NetMethod written, CheckingNetByteBuf.NetMethod read, int index)