|
RuneHive-Game
|
Public Member Functions | |
| boolean | encode (Player player) |
| SendGraphic (Graphic graphic, Position position) | |
| 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 Graphic | graphic |
| final Position | position |
Additional Inherited Members | |
| Protected Attributes inherited from com.runehive.net.packet.OutgoingPacket | |
| final PacketBuilder | builder |
Definition at line 8 of file SendGraphic.java.
Definition at line 13 of file SendGraphic.java.
| boolean com.runehive.net.packet.out.SendGraphic.encode | ( | Player | player | ) |
Reimplemented from com.runehive.net.packet.OutgoingPacket.
Definition at line 20 of file SendGraphic.java.
References com.runehive.net.packet.OutgoingPacket.builder, graphic, position, and com.runehive.game.world.entity.mob.player.Player.send().
|
private |
Definition at line 10 of file SendGraphic.java.
Referenced by encode(), and SendGraphic().
|
private |
Definition at line 11 of file SendGraphic.java.
Referenced by encode(), and SendGraphic().