The java com.planet_ink.coffee_mud.core.MOB.session is a class in the CoffeeMUD game engine that represents the session of a player-controlled character (MOB) within the game. It is responsible for managing the connection between the player and the game server, handling input and output, and facilitating communication and interaction between the player and the game world. This session class allows the MOB to perform various actions, receive updates, and participate in gameplay while maintaining a seamless connection to the game server.
Java MOB.session - 21 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.core.MOB.session extracted from open source projects. You can rate examples to help us improve the quality of examples.