Enum ScoreboardCriterion.RenderType

java.lang.Object
java.lang.Enum<ScoreboardCriterion.RenderType>
net.minecraft.scoreboard.ScoreboardCriterion.RenderType
All Implemented Interfaces:
Serializable, Comparable<ScoreboardCriterion.RenderType>, java.lang.constant.Constable
Enclosing interface:
ScoreboardCriterion

public static enum ScoreboardCriterion.RenderType
extends Enum<ScoreboardCriterion.RenderType>
Mappings:
Namespace Name
official auu$a
intermediary net/minecraft/class_660$class_661
named net/minecraft/scoreboard/ScoreboardCriterion$RenderType
  • Enum Constant Details

    • INTEGER

      public static final ScoreboardCriterion.RenderType INTEGER
      Mappings:
      Namespace Name Mixin selector
      official a Lauu$a;a:Lauu$a;
      intermediary field_2477 Lnet/minecraft/class_660$class_661;field_2477:Lnet/minecraft/class_660$class_661;
      named INTEGER Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;INTEGER:Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;
    • HEARTS

      public static final ScoreboardCriterion.RenderType HEARTS
      Mappings:
      Namespace Name Mixin selector
      official b Lauu$a;b:Lauu$a;
      intermediary field_2478 Lnet/minecraft/class_660$class_661;field_2478:Lnet/minecraft/class_660$class_661;
      named HEARTS Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;HEARTS:Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;
  • Field Details

    • TYPES

      private static final Map<String,​ScoreboardCriterion.RenderType> TYPES
      Mappings:
      Namespace Name Mixin selector
      official c Lauu$a;c:Ljava/util/Map;
      intermediary field_2479 Lnet/minecraft/class_660$class_661;field_2479:Ljava/util/Map;
      named TYPES Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;TYPES:Ljava/util/Map;
    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official d Lauu$a;d:Ljava/lang/String;
      intermediary field_2480 Lnet/minecraft/class_660$class_661;field_2480:Ljava/lang/String;
      named name Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;name:Ljava/lang/String;
  • Constructor Details

    • RenderType

      private RenderType​(String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lauu$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_660$class_661;<init>(Ljava/lang/String;ILjava/lang/String;)V
      named <init> Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static ScoreboardCriterion.RenderType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ScoreboardCriterion.RenderType valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getName

      public String getName()
      Mappings:
      Namespace Name Mixin selector
      official a Lauu$a;a()Ljava/lang/String;
      intermediary method_2182 Lnet/minecraft/class_660$class_661;method_2182()Ljava/lang/String;
      named getName Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;getName()Ljava/lang/String;
    • getByName

      public static ScoreboardCriterion.RenderType getByName​(String name)
      Mappings:
      Namespace Name Mixin selector
      official a Lauu$a;a(Ljava/lang/String;)Lauu$a;
      intermediary method_2183 Lnet/minecraft/class_660$class_661;method_2183(Ljava/lang/String;)Lnet/minecraft/class_660$class_661;
      named getByName Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;getByName(Ljava/lang/String;)Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;