The java com.planet_ink.coffee_mud.abilities.interfaces.MOB.session is a session interface that represents the connection between a player's character (MOB) in a text-based multi-user dungeon (MUD) game and the game server. It provides methods for sending and receiving messages, as well as handling player input and output during gameplay. This session interface allows for the communication and interaction between the player's character and the game world.
Java MOB.session - 20 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.Abilities.interfaces.MOB.session extracted from open source projects. You can rate examples to help us improve the quality of examples.