Uses of Class
dev.zwazel.internal.message.MessageContainer
Packages that use MessageContainer
-
Uses of MessageContainer in dev.zwazel
Methods in dev.zwazel that return types with arguments of type MessageContainerModifier and TypeMethodDescriptionGameWorld.getIncomingMessageQueue()GameWorld.getIncomingMessages()GameWorld.getOutgoingMessageQueue()Methods in dev.zwazel with parameters of type MessageContainerModifier and TypeMethodDescriptionvoidGameWorld.pushIncomingMessage(MessageContainer message) voidGameWorld.send(MessageContainer message) -
Uses of MessageContainer in dev.zwazel.internal
Methods in dev.zwazel.internal that return types with arguments of type MessageContainerModifier and TypeMethodDescriptionInternalGameWorld.getIncomingMessageQueue()PublicGameWorld.getIncomingMessages()Returns a copy of the current tick's incoming messages.default List<MessageContainer> PublicGameWorld.getIncomingMessages(Class<? extends MessageData> messageDataType) Returns a copy of the current tick's incoming messages of a specific type.InternalGameWorld.getOutgoingMessageQueue()Methods in dev.zwazel.internal with parameters of type MessageContainerModifier and TypeMethodDescriptionvoidInternalGameWorld.pushIncomingMessage(MessageContainer message) voidPublicGameWorld.send(MessageContainer message) Adds a message to the outgoing message queue.