Package ch.njol.skript.lang
Interface Debuggable
- All Known Subinterfaces:
DefaultExpression<T>,Expression<T>,Literal<T>
- All Known Implementing Classes:
AsyncEffect,ClassInfo,Condition,ContainerExpression,ConvertedExpression,ConvertedLiteral,Converter.ConverterInfo,Effect,EffectSection,EffectSectionEffect,EnumClassInfo,ExpressionList,ExpressionSection,LiteralList,LiteralString,LoopSection,RegistryClassInfo,ReturnableTrigger,Section,SectionSkriptEvent,SelfRegisteringSkriptEvent,SimpleEvent,SimpleExpression,SimpleLiteral,SkriptEvent,Statement,Structure,Trigger,TriggerItem,TriggerSection,UnparsedLiteral,Variable,VariableString
public interface Debuggable
Represents an element that can print details involving an event.
-
Method Summary
-
Method Details
-
toString
- Parameters:
event- The event to get information from. This is always null if debug == false.debug- If true this should print more information, if false this should print what is shown to the end user- Returns:
- String representation of this object
-
toString
String toString()Should returntoString(null, false)
-