Interface Debuggable

All Known Subinterfaces:
DefaultExpression<T>, Expression<T>, Literal<T>
All Known Implementing Classes:
AsyncEffect, ClassInfo, Condition, ContainerExpression, ConvertedExpression, ConvertedLiteral, Converter.ConverterInfo, CursorSlot, DroppedItemSlot, Effect, EffectSection, EffectSectionEffect, EnumClassInfo, EquipmentSlot, ExpressionList, InventorySlot, ItemFrameSlot, LiteralList, Section, SectionSkriptEvent, SelfRegisteringSkriptEvent, SimpleEvent, SimpleExpression, SimpleLiteral, SkriptEvent, Slot, Slot, SlotWithIndex, Statement, Structure, ThrowableProjectileSlot, Trigger, TriggerItem, TriggerSection, UnparsedLiteral, Variable, VariableString

public interface Debuggable
  • Method Summary

    Modifier and Type
    Method
    Description
    Should return toString(null, false)
    toString(@Nullable org.bukkit.event.Event e, boolean debug)
     
  • Method Details

    • toString

      String toString(@Nullable org.bukkit.event.Event e, boolean debug)
      Parameters:
      e - The event to get information to. 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 return toString(null, false)
      Overrides:
      toString in class Object