Class MoveException

All Implemented Interfaces:
Serializable

public class MoveException extends IOException
See Also:
  • Constructor Details

    • MoveException

      public MoveException(@NotNull @NotNull MovementContext context, @NotNull @NotNull Message<T> message, @NotNull T data)
    • MoveException

      public MoveException(@NotNull @NotNull MovementContext context, @NotNull @NotNull net.kyori.adventure.text.Component errorMessage, @NotNull @NotNull Message<T> message, @NotNull T data)
  • Method Details

    • getErrorMessageText

      @Deprecated(forRemoval=true) @NotNull public @NotNull org.core.adventureText.AText getErrorMessageText()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getErrorMessage

      @NotNull public @NotNull net.kyori.adventure.text.Component getErrorMessage()
    • getContext

      @NotNull public @NotNull MovementContext getContext()
    • getDisplayMessage

      @NotNull public @NotNull Message<?> getDisplayMessage()
    • getData

      @NotNull public @NotNull Object getData()