Uses of Class
com.minigameworld.api.MiniGameWorld

Packages that use MiniGameWorld
Package
Description
 
  • Uses of MiniGameWorld in com.minigameworld.api

    Methods in com.minigameworld.api that return MiniGameWorld
    Modifier and Type
    Method
    Description
    MiniGameWorld.create​(String version)
    MiniGameWorld singleton instance

    Version format: <MAJOR>.<MINOR>.<PATCH>
    MAJOR: not change
    MINOR: API changed
    PATCH: logic, bug, error fixed

    Version is only compatible with the same "MINOR" version, different "PATCH" version is permit
    - "1.0.0" and 1.0.5" is compatible for different "PATCH"
    - "1.0.0" and 1.1.5" is NOT compatible for different "MINOR"

    Current API version: MiniGameWorld.VERSION