Uses of Class
marauroa.common.net.message.TransferContent
Package
Description
the Stendhal Client.
This package contains the client framework that you need to extend to
implement a real client.
Stores all the messages classes.
This package contains the classes that store information about players
connected to server.
This package provides a helper implementation for a Python RP Rules Manager and
a Python World storage.
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 TransferContent in games.stendhal.client
Modifier and TypeMethodDescriptionprotected List<TransferContent>
StendhalClient.onTransferREQ(List<TransferContent> items)
Modifier and TypeMethodDescriptionprotected void
StendhalClient.onTransfer(List<TransferContent> items)
protected List<TransferContent>
StendhalClient.onTransferREQ(List<TransferContent> items)
-
Uses of TransferContent in games.stendhal.server.core.engine
-
Uses of TransferContent in games.stendhal.server.core.rp
Modifier and TypeMethodDescriptionstatic void
StendhalRPAction.transferContent(Player player, List<TransferContent> contents)
transfers arbritary content -
Uses of TransferContent in marauroa.client
Modifier and TypeMethodDescriptionprotected abstract List<TransferContent>
ClientFramework.onTransferREQ(List<TransferContent> items)
is called before a content transfer is started.Modifier and TypeMethodDescriptionprotected abstract void
ClientFramework.onTransfer(List<TransferContent> items)
It is called when we get a transfer of contentprotected abstract List<TransferContent>
ClientFramework.onTransferREQ(List<TransferContent> items)
is called before a content transfer is started. -
Uses of TransferContent in marauroa.common.net.message
Modifier and TypeMethodDescriptionMessageC2STransferACK.getContents()
Returns the list of contents that have been confirmed.MessageS2CTransfer.getContents()
The list if contents to transfer.MessageS2CTransferREQ.getContents()
gets the contentModifier and TypeMethodDescriptionvoid
MessageS2CTransfer.addContent(TransferContent content)
adds content to the MessageModifierConstructorDescriptionMessageS2CTransfer(Channel source, TransferContent content)
Creates a new MessageS2CTransferModifierConstructorDescriptionMessageC2STransferACK(Channel source, List<TransferContent> content)
Constructor with a TCP/IP source/destination of the message and a list of the contents to confirm to server.MessageS2CTransferREQ(Channel source, List<TransferContent> contents)
creates a new MessageS2CTransferREQ -
Uses of TransferContent in marauroa.server.game.container
Modifier and TypeFieldDescriptionPlayerEntry.contentToTransfer
Contains the content that is going to be transfered to clientModifier and TypeMethodDescriptionPlayerEntry.getContent(String name)
Returns the named content or returns null if it is not found.Modifier and TypeMethodDescriptionvoid
PlayerEntry.removeContent(TransferContent content)
Clears the specified content to be transfered -
Uses of TransferContent in marauroa.server.game.python
Modifier and TypeMethodDescriptionvoid
PythonRP.transferContent(RPObject target, List<TransferContent> content)
Transfer content to client. -
Uses of TransferContent in marauroa.server.game.rp
Modifier and TypeMethodDescriptionvoid
RPServerManager.transferContent(RPObject target, TransferContent content)
This method is triggered to send content to the clientsModifier and TypeMethodDescriptionvoid
RPServerManager.transferContent(RPObject target, List<TransferContent> content)
This method is triggered to send content to the clients