Enum Class NarratedMultilineTextWidget.BackgroundRendering

java.lang.Object
java.lang.Enum<NarratedMultilineTextWidget.BackgroundRendering>
net.minecraft.client.gui.widget.NarratedMultilineTextWidget.BackgroundRendering
All Implemented Interfaces:
Serializable, Comparable<NarratedMultilineTextWidget.BackgroundRendering>, Constable
Enclosing class:
NarratedMultilineTextWidget

@Environment(CLIENT) public static enum NarratedMultilineTextWidget.BackgroundRendering extends Enum<NarratedMultilineTextWidget.BackgroundRendering>
Mappings:
Namespace Name
named net/minecraft/client/gui/widget/NarratedMultilineTextWidget$BackgroundRendering
intermediary net/minecraft/class_8019$class_11763
official gea$a
  • Enum Constant Details

    • ALWAYS

      Mappings:
      Namespace Name Mixin selector
      named ALWAYS Lnet/minecraft/client/gui/widget/NarratedMultilineTextWidget$BackgroundRendering;ALWAYS:Lnet/minecraft/client/gui/widget/NarratedMultilineTextWidget$BackgroundRendering;
      intermediary field_62117 Lnet/minecraft/class_8019$class_11763;field_62117:Lnet/minecraft/class_8019$class_11763;
      official a Lgea$a;a:Lgea$a;
    • ON_FOCUS

      Mappings:
      Namespace Name Mixin selector
      named ON_FOCUS Lnet/minecraft/client/gui/widget/NarratedMultilineTextWidget$BackgroundRendering;ON_FOCUS:Lnet/minecraft/client/gui/widget/NarratedMultilineTextWidget$BackgroundRendering;
      intermediary field_62118 Lnet/minecraft/class_8019$class_11763;field_62118:Lnet/minecraft/class_8019$class_11763;
      official b Lgea$a;b:Lgea$a;
    • NEVER

      Mappings:
      Namespace Name Mixin selector
      named NEVER Lnet/minecraft/client/gui/widget/NarratedMultilineTextWidget$BackgroundRendering;NEVER:Lnet/minecraft/client/gui/widget/NarratedMultilineTextWidget$BackgroundRendering;
      intermediary field_62119 Lnet/minecraft/class_8019$class_11763;field_62119:Lnet/minecraft/class_8019$class_11763;
      official c Lgea$a;c:Lgea$a;
  • Constructor Details

    • BackgroundRendering

      private BackgroundRendering()
  • Method Details

    • values

      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null