Interface | Description |
---|---|
CatalogType |
Represents a type of a dummy that can be used to identify types without
using an
Enum . |
Game |
The core accessor of the API.
|
GameDictionary |
A GameDictionary is a store of
GameDictionary.Entry s. |
GameDictionary.Entry | |
GameRegistry |
Provides an easy way to retrieve types from a
Game . |
MinecraftVersion |
Represents a specific Minecraft version of a client or a server.
|
Nameable |
An object which has a name.
|
Platform |
Represents a possible platform or implementation a
Game could be
running on. |
Server |
Represents a typical Minecraft Server.
|
Class | Description |
---|---|
CatalogTypes |
Enumeration of all known
CatalogType s for autocompletion when using
the GameRegistry to retrieve specific types or all of a certain type. |
Sponge |
A static all access class granting static access to various systems
for the API.
|
Enum | Description |
---|---|
GameState |
Top to bottom order of the lifecycle.
|
Platform.Component |
Represents a part of the
Platform . |
Platform.Type |
The type of the platform, or where the game is currently running.
|