Property | Type | Description | |
---|---|---|---|
Count | byte | ||
Id | short | ||
Metadata | short | ||
Nbt | LibNbt.NbtFile |
Method | Description | |
---|---|---|
ReadSlot ( Stream stream ) : |
Reads a slot from the given stream.
|
|
Slot ( ) : System |
Initializes a new instance of the Slot class.
|
|
Slot ( short ID, byte Count ) : System |
Initializes a new instance of the Slot class.
|
|
Slot ( short ID, byte Count, short Metadata ) : System |
Initializes a new instance of the Slot class.
|
|
WriteSlot ( Stream stream ) : void | ||
WriteSlot ( Stream stream, |
Method | Description | |
---|---|---|
ReadShort ( Stream stream ) : short |
Gets the slot data. Gets the slot data.
|
|
WriteShort ( Stream stream, short value ) : void |
public static ReadSlot ( Stream stream ) : |
||
stream | Stream | The stream to read from. |
return |
public Slot ( short ID, byte Count ) : System | ||
ID | short | The ID. |
Count | byte | The count. |
return | System |
public Slot ( short ID, byte Count, short Metadata ) : System | ||
ID | short | The ID. |
Count | byte | The count. |
Metadata | short | The metadata. |
return | System |
public static WriteSlot ( Stream stream, |
||
stream | Stream | |
s | ||
return | void |