|
RuneHive-Game
|
import com.runehive.Config;import com.runehive.game.world.World;import com.runehive.game.world.entity.mob.player.Player;import com.runehive.net.packet.GamePacket;import com.runehive.net.packet.PacketRepository;import io.netty.channel.Channel;import io.netty.channel.ChannelFuture;import org.apache.logging.log4j.LogManager;import org.apache.logging.log4j.Logger;import org.jctools.queues.MessagePassingQueue;import org.jctools.queues.MpscArrayQueue;Go to the source code of this file.
Classes | |
| class | com.runehive.net.session.GameSession |
Represents a Session when a Player has been authenticated and active in the game world. More... | |
Packages | |
| package | com.runehive.net.session |