Uses of Class
marauroa.common.net.message.MessageS2CPerception
Packages that use MessageS2CPerception
Package
Description
the Stendhal Client.
This package contains the client framework that you need to extend to
implement a real client.
This package contains the client network interface.
-
Uses of MessageS2CPerception in games.stendhal.client
Methods in games.stendhal.client with parameters of type MessageS2CPerceptionModifier and TypeMethodDescriptionvoidPerceptionListenerImpl.onException(Exception exception, MessageS2CPerception perception) protected voidStendhalClient.onPerception(MessageS2CPerception message) -
Uses of MessageS2CPerception in marauroa.client
Methods in marauroa.client with parameters of type MessageS2CPerceptionModifier and TypeMethodDescriptionprotected abstract voidClientFramework.onPerception(MessageS2CPerception message) It is called when a perception arrives so you can choose how to apply the perception. -
Uses of MessageS2CPerception in marauroa.client.net
Methods in marauroa.client.net with parameters of type MessageS2CPerceptionModifier and TypeMethodDescriptionvoidPerceptionHandler.apply(MessageS2CPerception message, Map<RPObject.ID, RPObject> world_instance) Apply a perception to a world instance.voidIPerceptionListener.onException(Exception exception, MessageS2CPerception perception) onException is called when an exception happens