Atlantis API

Collection of utilities for Forge mods and plugins

File Details

Atlantis 6.9.2

  • R
  • Jan 25, 2025
  • 12.84 MB
  • 51.3K
  • 1.16.5
  • Forge

File Name

Atlantis-1.16.5-6.9.2-universal-all.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:atlantis-api-316395:6121989")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Added DecimalPattern, a wrapper for DecimalFormat with configs in mind.
  • Added Configurable::ofList factory constructors, for making lists of configurable elements.
  • Added Configurable context for FlatLayerInfo, for use with TridentLevels.
  • Added various methods to NumberUtils for dealing with bitmasking.
  • Added CollectionUtils, containing CollectionUtils::map.
  • Added factory constructors to LevelPosition which accept simple inputs.
  • Position#teleport no longer swaps around the pitch and yaw angles.
  • Placeholder contexts on buttons are now stored in a thread-safe collection.
  • Added a reentrant lock to ConfigurationHolder to prevent access during reloads.
  • PlayerReference now returns a dummy zeroed UUID instance if PlayerReference::get is called with an invalid value.
  • Improved logs in the Flatfile storage implementation.
  • Renamed args of ArrayUtils::map.