Uses of Interface
net.ME1312.SubData.Client.Protocol.MessageOut
Packages that use MessageOut
Package
Description
-
Uses of MessageOut in net.ME1312.SubData.Client
Methods in net.ME1312.SubData.Client with parameters of type MessageOutModifier and TypeMethodDescriptionabstract voidDataClient.forwardMessage(UUID id, MessageOut... messages) Forward a message to another ClientvoidSubDataClient.forwardMessage(UUID id, MessageOut... messages) abstract voidDataClient.sendMessage(MessageOut... messages) Send a message to the ServervoidDataSender.sendMessage(MessageOut... messages) Send a message to the SendervoidSubDataClient.sendMessage(MessageOut... messages) Method parameters in net.ME1312.SubData.Client with type arguments of type MessageOutModifier and TypeMethodDescriptionvoidDataProtocol.registerMessage(String channel, String handle, Class<? extends MessageOut> message) Register MessageOut to the NetworkvoidDataProtocol.unregisterMessage(String channel, Class<? extends MessageOut> message) Unregister MessageOut to the Network -
Uses of MessageOut in net.ME1312.SubData.Client.Library
Methods in net.ME1312.SubData.Client.Library with parameters of type MessageOut -
Uses of MessageOut in net.ME1312.SubData.Client.Protocol
Subinterfaces of MessageOut in net.ME1312.SubData.Client.ProtocolModifier and TypeInterfaceDescriptioninterfaceMessage Object Out Layout ClassinterfaceMessage OutputStream Layout Class -
Uses of MessageOut in net.ME1312.SubData.Client.Protocol.Internal
Constructors in net.ME1312.SubData.Client.Protocol.Internal with parameters of type MessageOut