Uses of Class
io.gs2.inventory.model.Namespace
Packages that use Namespace
-
Uses of Namespace in io.gs2.inventory.model
Methods in io.gs2.inventory.model that return NamespaceModifier and TypeMethodDescriptionstatic NamespaceNamespace.fromJson(com.fasterxml.jackson.databind.JsonNode data) Namespace.withAcquireScript(ScriptSetting acquireScript) Namespace.withBigItemAcquireScript(ScriptSetting bigItemAcquireScript) Namespace.withBigItemConsumeScript(ScriptSetting bigItemConsumeScript) Namespace.withConsumeScript(ScriptSetting consumeScript) Namespace.withCreatedAt(Long createdAt) Namespace.withDescription(String description) Namespace.withLogSetting(LogSetting logSetting) Namespace.withNamespaceId(String namespaceId) Namespace.withOverflowScript(ScriptSetting overflowScript) Namespace.withRevision(Long revision) Namespace.withSimpleItemAcquireScript(ScriptSetting simpleItemAcquireScript) Namespace.withSimpleItemConsumeScript(ScriptSetting simpleItemConsumeScript) Namespace.withUpdatedAt(Long updatedAt) Methods in io.gs2.inventory.model with parameters of type Namespace -
Uses of Namespace in io.gs2.inventory.result
Methods in io.gs2.inventory.result that return NamespaceModifier and TypeMethodDescriptionCreateNamespaceResult.getItem()DeleteNamespaceResult.getItem()GetNamespaceResult.getItem()UpdateNamespaceResult.getItem()Methods in io.gs2.inventory.result that return types with arguments of type NamespaceMethods in io.gs2.inventory.result with parameters of type NamespaceModifier and TypeMethodDescriptionvoidvoidvoidvoidMethod parameters in io.gs2.inventory.result with type arguments of type Namespace