Definition at line 6 of file SendNpcDisplay.java.
◆ SendNpcDisplay()
| com.runehive.net.packet.out.SendNpcDisplay.SendNpcDisplay |
( |
int | npc, |
|
|
int | size ) |
Definition at line 11 of file SendNpcDisplay.java.
11 {
12 super(198, 0);
13 this.npc = npc;
14 this.size = size;
15 }
References npc, and size.
◆ encode()
| boolean com.runehive.net.packet.out.SendNpcDisplay.encode |
( |
Player | player | ) |
|
◆ npc
| final int com.runehive.net.packet.out.SendNpcDisplay.npc |
|
private |
◆ size
| final int com.runehive.net.packet.out.SendNpcDisplay.size |
|
private |
The documentation for this class was generated from the following file: