@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.api
-
Interface Summary Interface Description Client Represents a typical Minecraft Client.Engine Game The core accessor of the API.MinecraftVersion Represents a specific Minecraft version of a client or a server.Platform Represents a possible platform or implementation aGame
could be running on.ResourceKey An object representation of a location or pointer to resources.ResourceKey.Builder A builder to createResourceKey
s.ResourceKey.Factory A factory to generateResourceKey
s.ResourceKeyed Server Represents a typical Minecraft Server.SystemSubject Represents the "super user" of the game. -
Class Summary Class Description Sponge A static all access class granting static access to various systems for the API. -
Enum Summary Enum Description Platform.Component Represents a part of thePlatform
.Platform.Type The type of the platform, or where the game is currently running. -
Exception Summary Exception Description UnsupportedEngineException An exception that may be thrown when anEngine
is unsupported.