Interface Config<T>


@Deprecated(forRemoval=true) public interface Config<T>
Deprecated, for removal: This API element is subject to removal in a future version.
Use Config instead. Scheduled for removal in JourneyMap for Minecraft 26.2.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    set(T value)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • get

      T get()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • set

      Config<T> set(T value)
      Deprecated, for removal: This API element is subject to removal in a future version.