Packages

object LevelContext

Companion object

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LevelContext
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(playerUUID: String): MultiPlayerLevelContext

    Apply method to create a new multi-player level context

    Apply method to create a new multi-player level context

    playerUUID

    The current player UUID

    returns

    A new instance of a MultiPlayerLevelContext

  2. def apply(isSimulation: Boolean): LevelContext

    Apply method to create a new single-player level context

    Apply method to create a new single-player level context

    isSimulation

    If it's a simulation or not.

    returns

    A new instance of a LevelContext