1package com.runehive.game.task.impl;
3import com.runehive.game.task.Task;
4import com.runehive.game.world.entity.mob.player.Player;
5import com.runehive.game.world.entity.mob.player.exchange.ExchangeSession;
6import com.runehive.game.world.entity.mob.player.exchange.ExchangeSessionType;
7import com.runehive.net.packet.out.SendConfig;
synchronized final void cancel()
Cancels all subsequent executions.
Task(boolean instant, int delay)
Creates a new Task.
void execute()
A function representing the unit of work that will be carried out.
DuelNotificationTask(Player player)
void onCancel(boolean logout)
A function executed on cancellation.
This class represents a character controlled by a player.
static boolean inSession(Player player, Player other, ExchangeSessionType type)
Determines if the player is a session with other which matches the type.
The OutgoingPacket responsible for changing settings on a client.