Class ActionTooltipBase
java.lang.Object
com.blamejared.crafttweaker.api.action.item.tooltip.ActionTooltipBase
- All Implemented Interfaces:
IAction,IRuntimeAction,IUndoableAction
- Direct Known Subclasses:
ActionAddShiftedTooltip,ActionAddTooltip,ActionClearTooltip,ActionModifyShiftedTooltip,ActionModifyTooltip,ActionRemoveRegexTooltip
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanshouldApplyOn(IScriptLoadSource source) Determines whether an action should be applied for scripts loading in the givenIScriptLoadSource.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blamejared.crafttweaker.api.action.base.IAction
apply, assertLoader, describe, getDeclaredScriptPosition, validateMethods inherited from interface com.blamejared.crafttweaker.api.action.base.IUndoableAction
describeUndo, undo
-
Field Details
-
stack
-
-
Constructor Details
-
ActionTooltipBase
-
-
Method Details
-
getTooltip
-
shouldApplyOn
Description copied from interface:IActionDetermines whether an action should be applied for scripts loading in the givenIScriptLoadSource.- Specified by:
shouldApplyOnin interfaceIAction- Parameters:
source- TheIScriptLoadSourceresponsible for loading the scripts.- Returns:
- If the action should be applied.
-