Interface EventTag

All Superinterfaces:
CacheableObject<CachedEventTag>
All Known Implementing Classes:
CachedEventTag, NativeEventTag

public interface EventTag extends CacheableObject<CachedEventTag>
  • Method Details

    • frame

      int frame()
    • type

      @NotNull @NotNull EventType type()
    • slot

      @Nullable @Nullable String slot(long i)
    • slots

      @NotNull @NotNull List<String> slots()
    • item

      @NotNull @NotNull String item()
    • frames

      int @NotNull [] frames()
    • fightMode

      @NotNull @NotNull FightMode fightMode()
    • isAttached

      boolean isAttached()