Uses of Class
marauroa.common.game.Perception
Package
Description
This package stores all the important data structures of Marauroa.
Stores all the messages classes.
This is possibly the most complex part of all the middleware that makes up Arianne.
Role Playing Design is the determining factor on how easy is to create a new game for Arianne.
Role Playing Design is the determining factor on how easy is to create a new game for Arianne.
-
Uses of Perception in marauroa.common.game
Modifier and TypeMethodDescriptionIRPZone.getPerception(RPObject player, byte type)
This method return the perception of a zone for a player -
Uses of Perception in marauroa.common.net.message
ModifierConstructorDescriptionMessageS2CPerception(Channel source, Perception perception)
Constructor with a TCP/IP source/destination of the message and perception to send. -
Uses of Perception in marauroa.server.game.rp
Modifier and TypeMethodDescriptionMarauroaRPZone.getPerception(RPObject player, byte type)
Returns the perception of given type for that object.