import com.google.common.collect.ImmutableSet;
import com.runehive.game.world.entity.mob.player.Player;
import com.runehive.game.world.entity.mob.player.PlayerRight;
import com.runehive.game.world.entity.mob.player.appearance.Appearance;
import com.runehive.net.packet.GamePacket;
import com.runehive.net.packet.PacketListener;
import com.runehive.net.packet.PacketListenerMeta;
import com.runehive.net.packet.out.SendMessage;
import org.jire.runehiveps.event.widget.AppearanceChangeEvent;
Go to the source code of this file.