Interface CutsceneMessage

All Superinterfaces:
CacheableObject<CachedCutsceneMessage>
All Known Implementing Classes:
CachedCutsceneMessage, NativeCutsceneMessage

public interface CutsceneMessage extends CacheableObject<CachedCutsceneMessage>
  • Method Details

    • type

      int type()
    • text

      @NotNull @NotNull String text()
    • name

      @NotNull @NotNull String name()