Class ActivityStack.Activity
java.lang.Object
org.spongepowered.asm.mixin.transformer.ActivityStack.Activity
- All Implemented Interfaces:
IActivityContext.IActivity
- Enclosing class:
ActivityStack
An activity node in the activity stack (yes it's actually a doubly-linked
list).
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidAppend text to the activity descriptionvoidAppend text to the activity descriptionvoidend()End this activity and remove it (and any descendants)voidEnd this activity (and any descendants) and begin the next activity using the same activity handlevoidEnd this activity (and any descendants) and begin the next activity using the same activity handle
-
Field Details
-
description
Description of this activity
-
-
Method Details
-
append
Append text to the activity description- Specified by:
appendin interfaceIActivityContext.IActivity- Parameters:
text- Text to append
-
append
Append text to the activity description- Specified by:
appendin interfaceIActivityContext.IActivity- Parameters:
textFormat- Format for text to appendargs- Format args
-
end
public void end()End this activity and remove it (and any descendants)- Specified by:
endin interfaceIActivityContext.IActivity
-
next
End this activity (and any descendants) and begin the next activity using the same activity handle- Specified by:
nextin interfaceIActivityContext.IActivity- Parameters:
description- New activity description
-
next
End this activity (and any descendants) and begin the next activity using the same activity handle- Specified by:
nextin interfaceIActivityContext.IActivity- Parameters:
descriptionFormat- New activity description formatargs- New activity description args
-