Name | <util.java_class_context> |
Returns | ListTag |
Description | Returns a list of class names in the current stack history.
More stable than util.stack_trace This contains a lot of stray content, the first 4 to 20 or so classes in this list are likely irrelevant to what you're searching for. Each entry in the list is a raw class name, like "com.denizenscript.denizencore.tags.core.UtilTagBase". Class names may appear multiple times in a row if that class contains methods that call each other. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/tags/core/UtilTagBase.java#L981 |