Class CalloutVarHandle

java.lang.Object
gg.xp.xivsupport.callouts.CalloutVarHandle

public class CalloutVarHandle extends Object
  • Method Details

    • installHandle

      public static CalloutVarHandle installHandle(Field f, CalloutVar original, PersistenceProvider persistence, String fullpropStub)
    • getValueTts

      public Object getValueTts()
      Returns:
      The effective TTS value.
    • getValueText

      public Object getValueText()
      Returns:
      The effective text value.
    • getValueSettingTts

      public StringSetting getValueSettingTts()
      Returns:
      Get the setting that controls the TTS value.
    • getValueSettingText

      public StringSetting getValueSettingText()
      Returns:
      Get the setting that controls the Text value.
    • getSameText

      public BooleanSetting getSameText()
      Returns:
      The setting that controls whether to use the same value for text as for TTS.
    • getOriginal

      public CalloutVar getOriginal()
      Returns:
      The original CalloutVar instance that this handle is attached to.