Interface WorldTypeTemplate

All Superinterfaces:
DataPackSerializable, DataSerializable, Keyed, ResourceKeyed

public interface WorldTypeTemplate extends DataPackSerializable
  • Method Details

    • overworld

      static WorldTypeTemplate overworld()
    • overworldCaves

      static WorldTypeTemplate overworldCaves()
    • theNether

      static WorldTypeTemplate theNether()
    • theEnd

      static WorldTypeTemplate theEnd()
    • builder

      static WorldTypeTemplate.Builder builder()
    • effect

      WorldTypeEffect effect()
    • scorching

      boolean scorching()
    • natural

      boolean natural()
    • coordinateMultiplier

      double coordinateMultiplier()
    • hasSkylight

      boolean hasSkylight()
    • hasCeiling

      boolean hasCeiling()
    • ambientLighting

      float ambientLighting()
    • fixedTime

    • piglinSafe

      boolean piglinSafe()
    • bedsUsable

      boolean bedsUsable()
    • respawnAnchorsUsable

      boolean respawnAnchorsUsable()
    • hasRaids

      boolean hasRaids()
    • minY

      int minY()
    • logicalHeight

      int logicalHeight()
    • maximumHeight

      int maximumHeight()
    • createDragonFight

      boolean createDragonFight()