Method | Description | |
---|---|---|
ReadItem ( this reader, bool readStack = false, bool readFavorite = false ) : System.Item | ||
ReadVarInt ( this reader ) : int | ||
SafeRead ( this reader, Action |
||
SafeWrite ( this writer, Action |
||
WriteItem ( this writer, System.Item item, bool readStack = false, bool readFavorite = false ) : void | ||
WriteVarInt ( this writer, int value ) : void |
public static ReadItem ( this reader, bool readStack = false, bool readFavorite = false ) : System.Item | ||
reader | this | |
readStack | bool | |
readFavorite | bool | |
return | System.Item |
public static ReadVarInt ( this reader ) : int | ||
reader | this | |
return | int |
public static SafeRead ( this reader, Action |
||
reader | this | |
read | Action |
|
return | void |
public static SafeWrite ( this writer, Action |
||
writer | this | |
write | Action |
|
return | void |
public static WriteItem ( this writer, System.Item item, bool readStack = false, bool readFavorite = false ) : void | ||
writer | this | |
item | System.Item | |
readStack | bool | |
readFavorite | bool | |
return | void |
public static WriteVarInt ( this writer, int value ) : void | ||
writer | this | |
value | int | |
return | void |