JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
fr.revived.morpheus.game.api.map
Interface MapStorage
public interface
MapStorage
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
delete
(
String
id)
boolean
exists
(
String
id)
void
save
(
Map
map)
Method Details
save
void
save
(
Map
map)
delete
void
delete
(
String
id)
exists
boolean
exists
(
String
id)