Interface CoordinateOffsetConfig


@NullMarked public interface CoordinateOffsetConfig
Configuration interface for CoordinateOffset. Provides access to various settings configured in the CoordinateOffset configuration file.

Configured Offset Providers are NOT accessible here because they load after the main CoordinateOffset config. See CoordinateOffsetProviderConfig for provider-specific configuration access.

See Configuration Guide for information about individual settings.

  • Method Details

    • getConfigVersion

      @Nullable Integer getConfigVersion()
    • getBypassByPermission

      boolean getBypassByPermission()
    • getFixCollisionBamboo

      boolean getFixCollisionBamboo()
    • getFixCollisionDripstone

      boolean getFixCollisionDripstone()
    • getObfuscateWorldBorder

      boolean getObfuscateWorldBorder()
    • getObfuscateDebugPropertySubscriptions

      boolean getObfuscateDebugPropertySubscriptions()
    • getOffsetsAreMultiplesOfBlocks

      int getOffsetsAreMultiplesOfBlocks()
    • getVerbose

      boolean getVerbose()
    • getWorldCoordinateScaleOverrides

      SequencedMap<String,Double> getWorldCoordinateScaleOverrides()