Class ActionUnknownTagClear
java.lang.Object
com.blamejared.crafttweaker.api.action.tag.ActionTag<UnknownTag,UnknownTagManager>
com.blamejared.crafttweaker.api.action.tag.unknown.ActionUnknownTag
com.blamejared.crafttweaker.api.action.tag.unknown.ActionUnknownTagClear
- All Implemented Interfaces:
IAction,IRuntimeAction
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.blamejared.crafttweaker.api.action.tag.unknown.ActionUnknownTag
tagMethods inherited from class com.blamejared.crafttweaker.api.action.tag.ActionTag
getType, id, makeHolder, manager, mcTag, validateMethods 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
assertLoader, getDeclaredScriptPosition, shouldApplyOn
-
Constructor Details
-
ActionUnknownTagClear
-
-
Method Details
-
apply
public void apply()Description copied from interface:IActionApplies the action, executing all code necessary. -
describe
Description copied from interface:IActionGets a human-readable description of the action.This message is used for logging and to surface information to the user when something goes wrong. It is thus customary to describe the action as accurately as possible without being too verbose.
It is not allowed to return a
nullor otherwise empty description for the action: doing so will raise an error at runtime.- Returns:
- A description of the current action.
-