Package gg.xp.xivsupport.callouts
Class CalloutVarHandle
java.lang.Object
gg.xp.xivsupport.callouts.CalloutVarHandle
-
Method Summary
Modifier and TypeMethodDescriptionstatic CalloutVarHandleinstallHandle(Field f, CalloutVar original, PersistenceProvider persistence, String fullpropStub)
-
Method Details
-
installHandle
public static CalloutVarHandle installHandle(Field f, CalloutVar original, PersistenceProvider persistence, String fullpropStub) -
getValueTts
- Returns:
- The effective TTS value.
-
getValueText
- Returns:
- The effective text value.
-
getValueSettingTts
- Returns:
- Get the setting that controls the TTS value.
-
getValueSettingText
- Returns:
- Get the setting that controls the Text value.
-
getSameText
- Returns:
- The setting that controls whether to use the same value for text as for TTS.
-
getOriginal
- Returns:
- The original CalloutVar instance that this handle is attached to.
-