Uses of Interface
net.ME1312.SubData.Server.Protocol.MessageOut
Packages that use MessageOut
-
Uses of MessageOut in net.ME1312.SubData.Server
Methods in net.ME1312.SubData.Server with parameters of type MessageOutModifier and TypeMethodDescriptionabstract voidDataClient.sendMessage(MessageOut... messages) Send a message to the ClientMethod parameters in net.ME1312.SubData.Server 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.Server.Protocol
Subinterfaces of MessageOut in net.ME1312.SubData.Server.ProtocolModifier and TypeInterfaceDescriptioninterfaceMessage Object Out Layout ClassinterfaceMessage OutputStream Layout Class