Uses of Class
marauroa.common.net.message.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
Modifier and TypeMethodDescriptionvoid
PerceptionListenerImpl.onException(Exception exception, MessageS2CPerception perception)
protected void
StendhalClient.onPerception(MessageS2CPerception message)
-
Uses of MessageS2CPerception in marauroa.client
Modifier and TypeMethodDescriptionprotected abstract void
ClientFramework.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
Modifier and TypeMethodDescriptionvoid
PerceptionHandler.apply(MessageS2CPerception message, Map<RPObject.ID,RPObject> world_instance)
Apply a perception to a world instance.void
IPerceptionListener.onException(Exception exception, MessageS2CPerception perception)
onException is called when an exception happens