Uses of Class
gg.xp.xivsupport.callouts.CalloutDefaults
-
Uses of CalloutDefaults in gg.xp.xivsupport.callouts
Modifier and TypeMethodDescriptionstatic CalloutDefaults
CalloutDefaults.dummy()
CalloutDefaultsRepository.getGlobalDefaults()
static CalloutDefaults
CalloutDefaults.noParent
(PersistenceProvider pers, String settingKeyBase) static CalloutDefaults
CalloutDefaults.withParent
(PersistenceProvider pers, String settingKeyBase, CalloutDefaults parent) Modifier and TypeMethodDescriptionstatic ModifiedCalloutHandle
ModifiedCalloutHandle.installHandle
(Field field, ModifiableCallout<?> original, PersistenceProvider pers, String propStub, @Nullable BooleanSetting allTts, @Nullable BooleanSetting allText, CalloutDefaults parent) static CalloutDefaults
CalloutDefaults.withParent
(PersistenceProvider pers, String settingKeyBase, CalloutDefaults parent) ModifierConstructorDescriptionModifiedCalloutHandle
(@Nullable Field field, PersistenceProvider persistenceProvider, String propStub, ModifiableCallout<?> original, @Nullable BooleanSetting allTts, @Nullable BooleanSetting allText, CalloutDefaults defaults)