Class OptionCategory

java.lang.Object
journeymap.api.v2.client.option.OptionCategory

@Deprecated(forRemoval=true) public class OptionCategory extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Use OptionCategory instead. Scheduled for removal in JourneyMap for Minecraft 26.2.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    OptionCategory(String modId, String label, String toolTip)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • OptionCategory

      public OptionCategory(String modId, String label, String toolTip)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      modId - - The modid.
      label - - The label, can be the display string or i18n key.
      toolTip - - The tooltip, can be the display string or i18n key.
    • OptionCategory

      public OptionCategory(String modId, String key)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      modId - - The modid.
      key - - The i18n key.
  • Method Details

    • getModId

      public String getModId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getToolTip

      public String getToolTip()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLabel

      public String getLabel()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object