|
RuneHive-Game
|
Shows an itemcontainer inside another itemcontainer. More...
Public Member Functions | |
| boolean | encode (Player player) |
| SendInterfaceLayer (int id, boolean hide) | |
Creates a new SendInterfaceLayer). | |
| Public Member Functions inherited from com.runehive.net.packet.OutgoingPacket | |
| void | execute (Player player) |
| OutgoingPacket (int opcode, int capacity) | |
| OutgoingPacket (int opcode, PacketType type) | |
| OutgoingPacket (int opcode, PacketType type, int size) | |
Private Attributes | |
| final boolean | hide |
| The toggle to display the itemcontainer to the user. | |
| final int | id |
| The id of the itemcontainer to show. | |
Additional Inherited Members | |
| Protected Attributes inherited from com.runehive.net.packet.OutgoingPacket | |
| final PacketBuilder | builder |
Shows an itemcontainer inside another itemcontainer.
Definition at line 11 of file SendInterfaceLayer.java.
| com.runehive.net.packet.out.SendInterfaceLayer.SendInterfaceLayer | ( | int | id, |
| boolean | hide ) |
Creates a new SendInterfaceLayer).
| id | The id of the itemcontainer. |
| hide | The toggle to display the itemcontainer. |
Definition at line 25 of file SendInterfaceLayer.java.
| boolean com.runehive.net.packet.out.SendInterfaceLayer.encode | ( | Player | player | ) |
Reimplemented from com.runehive.net.packet.OutgoingPacket.
Definition at line 32 of file SendInterfaceLayer.java.
References com.runehive.net.packet.OutgoingPacket.builder, and hide.
|
private |
The toggle to display the itemcontainer to the user.
Definition at line 17 of file SendInterfaceLayer.java.
Referenced by encode(), and SendInterfaceLayer().
|
private |
The id of the itemcontainer to show.
Definition at line 14 of file SendInterfaceLayer.java.
Referenced by SendInterfaceLayer().