Uses of Enum Class
alexiil.mc.lib.net.CheckingNetByteBuf.NetMethod
Packages that use CheckingNetByteBuf.NetMethod
-
Uses of CheckingNetByteBuf.NetMethod in alexiil.mc.lib.net
Fields in alexiil.mc.lib.net declared as CheckingNetByteBuf.NetMethodModifier and TypeFieldDescriptionCheckingNetByteBuf.InvalidNetTypeException.read
CheckingNetByteBuf.InvalidNetTypeException.written
Methods in alexiil.mc.lib.net that return CheckingNetByteBuf.NetMethodModifier 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.Constructors in alexiil.mc.lib.net with parameters of type CheckingNetByteBuf.NetMethodModifierConstructorDescriptionInvalidNetTypeException(CheckingNetByteBuf.NetMethod method, int index, String writeArgs, String readArgs)
InvalidNetTypeException(CheckingNetByteBuf.NetMethod written, CheckingNetByteBuf.NetMethod read, int index)