Class CustomOption<T>

java.lang.Object
journeymap.api.v2.client.option.Option<T>
journeymap.api.v2.client.option.CustomOption<T>
Direct Known Subclasses:
CustomIntegerOption, CustomTextOption

@Deprecated(forRemoval=true) public abstract class CustomOption<T> extends Option<T>
Deprecated, for removal: This API element is subject to removal in a future version.
Use CustomOption instead. Scheduled for removal in JourneyMap for Minecraft 26.2.
Custom Option generates a text box in the options menu.
  • Constructor Details

    • CustomOption

      public CustomOption(OptionCategory category, String fieldName, String label, T defaultValue)
      Deprecated, for removal: This API element is subject to removal in a future version.