Interface WorldProperties

    • Method Detail

      • spawnPosition

        Vector3i spawnPosition()
        Gets the default spawn position.
        Returns:
        The spawn position
      • setSpawnPosition

        void setSpawnPosition​(Vector3i position)
        Sets the default spawn position.
        Parameters:
        position - The spawn position
      • dayTime

        MinecraftDayTime dayTime()
        Gets the time of day.
        Returns:
        The time of day
      • hardcore

        boolean hardcore()
        Gets if this is in hardcore mode.
        Returns:
        Is hardcore