Uses of Class
marauroa.common.game.Perception
Packages that use 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
Methods in marauroa.common.game that return PerceptionModifier 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
Constructors in marauroa.common.net.message with parameters of type PerceptionModifierConstructorDescriptionMessageS2CPerception(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
Methods in marauroa.server.game.rp that return PerceptionModifier and TypeMethodDescriptionMarauroaRPZone.getPerception(RPObject player, byte type)
Returns the perception of given type for that object.