Class CommandException

All Implemented Interfaces:
Serializable

public class CommandException extends RuntimeException
See Also:
Mappings:
Namespace Name
official dk
intermediary net/minecraft/class_2164
named net/minecraft/command/CommandException
  • Field Details

    • message

      private final Text message
      Mappings:
      Namespace Name Mixin selector
      official a Ldk;a:Lss;
      intermediary field_9813 Lnet/minecraft/class_2164;field_9813:Lnet/minecraft/class_2561;
      named message Lnet/minecraft/command/CommandException;message:Lnet/minecraft/text/Text;
  • Constructor Details

    • CommandException

      public CommandException(Text message)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldk;<init>(Lss;)V
      intermediary <init> Lnet/minecraft/class_2164;<init>(Lnet/minecraft/class_2561;)V
      named <init> Lnet/minecraft/command/CommandException;<init>(Lnet/minecraft/text/Text;)V
  • Method Details

    • getTextMessage

      public Text getTextMessage()
      Mappings:
      Namespace Name Mixin selector
      official a Ldk;a()Lss;
      intermediary method_9199 Lnet/minecraft/class_2164;method_9199()Lnet/minecraft/class_2561;
      named getTextMessage Lnet/minecraft/command/CommandException;getTextMessage()Lnet/minecraft/text/Text;