Interface | Description |
---|---|
CatalogType |
Represents a type of a catalog 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
ItemTypes . |
GameProfile |
Represents a name and an associated unique identifier.
|
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.getType(Class, String) and
GameRegistry.getAllOf(Class) . |
Enum | Description |
---|---|
GameState |
Top to bottom order of the lifecycle.
|
Platform.Type |
The type of the platform, or where the game is currently running.
|