Uses of Class
marauroa.common.net.message.TransferContent
Packages that use 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
Methods in games.stendhal.client that return types with arguments of type TransferContentModifier and TypeMethodDescriptionprotected List<TransferContent>
StendhalClient.onTransferREQ(List<TransferContent> items)
Method parameters in games.stendhal.client with type arguments of type TransferContentModifier 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
Methods in games.stendhal.server.core.engine that return types with arguments of type TransferContent -
Uses of TransferContent in games.stendhal.server.core.rp
Method parameters in games.stendhal.server.core.rp with type arguments of type TransferContentModifier and TypeMethodDescriptionstatic void
StendhalRPAction.transferContent(Player player, List<TransferContent> contents)
transfers arbritary content -
Uses of TransferContent in marauroa.client
Methods in marauroa.client that return types with arguments of type TransferContentModifier and TypeMethodDescriptionprotected abstract List<TransferContent>
ClientFramework.onTransferREQ(List<TransferContent> items)
is called before a content transfer is started.Method parameters in marauroa.client with type arguments of type TransferContentModifier 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
Methods in marauroa.common.net.message that return types with arguments of type TransferContentModifier and TypeMethodDescriptionMessageC2STransferACK.getContents()
Returns the list of contents that have been confirmed.MessageS2CTransfer.getContents()
The list if contents to transfer.MessageS2CTransferREQ.getContents()
gets the contentMethods in marauroa.common.net.message with parameters of type TransferContentModifier and TypeMethodDescriptionvoid
MessageS2CTransfer.addContent(TransferContent content)
adds content to the MessageConstructors in marauroa.common.net.message with parameters of type TransferContentModifierConstructorDescriptionMessageS2CTransfer(Channel source, TransferContent content)
Creates a new MessageS2CTransferConstructor parameters in marauroa.common.net.message with type arguments of type TransferContentModifierConstructorDescriptionMessageC2STransferACK(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
Fields in marauroa.server.game.container with type parameters of type TransferContentModifier and TypeFieldDescriptionPlayerEntry.contentToTransfer
Contains the content that is going to be transfered to clientMethods in marauroa.server.game.container that return TransferContentModifier and TypeMethodDescriptionPlayerEntry.getContent(String name)
Returns the named content or returns null if it is not found.Methods in marauroa.server.game.container with parameters of type TransferContentModifier and TypeMethodDescriptionvoid
PlayerEntry.removeContent(TransferContent content)
Clears the specified content to be transfered -
Uses of TransferContent in marauroa.server.game.python
Method parameters in marauroa.server.game.python with type arguments of type TransferContentModifier and TypeMethodDescriptionvoid
PythonRP.transferContent(RPObject target, List<TransferContent> content)
Transfer content to client. -
Uses of TransferContent in marauroa.server.game.rp
Methods in marauroa.server.game.rp with parameters of type TransferContentModifier and TypeMethodDescriptionvoid
RPServerManager.transferContent(RPObject target, TransferContent content)
This method is triggered to send content to the clientsMethod parameters in marauroa.server.game.rp with type arguments of type TransferContentModifier and TypeMethodDescriptionvoid
RPServerManager.transferContent(RPObject target, List<TransferContent> content)
This method is triggered to send content to the clients