Uses of Class
alexiil.mc.lib.net.CheckingNetByteBuf.NetMethod
| Package | Description |
|---|---|
| alexiil.mc.lib.net |
LibNetworkStack's base library.
|
-
Uses of CheckingNetByteBuf.NetMethod in alexiil.mc.lib.net
Fields in alexiil.mc.lib.net declared as CheckingNetByteBuf.NetMethod Modifier and Type Field Description CheckingNetByteBuf.NetMethodCheckingNetByteBuf.InvalidNetTypeException. readCheckingNetByteBuf.NetMethodCheckingNetByteBuf.InvalidNetTypeException. writtenMethods in alexiil.mc.lib.net that return CheckingNetByteBuf.NetMethod Modifier and Type Method Description static CheckingNetByteBuf.NetMethodCheckingNetByteBuf.NetMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CheckingNetByteBuf.NetMethod[]CheckingNetByteBuf.NetMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in alexiil.mc.lib.net with parameters of type CheckingNetByteBuf.NetMethod Constructor Description InvalidNetTypeException(CheckingNetByteBuf.NetMethod method, int index, java.lang.String writeArgs, java.lang.String readArgs)InvalidNetTypeException(CheckingNetByteBuf.NetMethod written, CheckingNetByteBuf.NetMethod read, int index)