Enum Class BossBar.Style

java.lang.Object
java.lang.Enum<BossBar.Style>
net.minecraft.entity.boss.BossBar.Style
All Implemented Interfaces:
Serializable, Comparable<BossBar.Style>, Constable
Enclosing class:
BossBar

public static enum BossBar.Style extends Enum<BossBar.Style>
Mappings:
Namespace Name
named net/minecraft/entity/boss/BossBar$Style
intermediary net/minecraft/class_1259$class_1261
official bqh$b
  • Enum Constant Details

    • PROGRESS

      public static final BossBar.Style PROGRESS
      Mappings:
      Namespace Name Mixin selector
      named PROGRESS Lnet/minecraft/entity/boss/BossBar$Style;PROGRESS:Lnet/minecraft/entity/boss/BossBar$Style;
      intermediary field_5795 Lnet/minecraft/class_1259$class_1261;field_5795:Lnet/minecraft/class_1259$class_1261;
      official a Lbqh$b;a:Lbqh$b;
    • NOTCHED_6

      public static final BossBar.Style NOTCHED_6
      Mappings:
      Namespace Name Mixin selector
      named NOTCHED_6 Lnet/minecraft/entity/boss/BossBar$Style;NOTCHED_6:Lnet/minecraft/entity/boss/BossBar$Style;
      intermediary field_5796 Lnet/minecraft/class_1259$class_1261;field_5796:Lnet/minecraft/class_1259$class_1261;
      official b Lbqh$b;b:Lbqh$b;
    • NOTCHED_10

      public static final BossBar.Style NOTCHED_10
      Mappings:
      Namespace Name Mixin selector
      named NOTCHED_10 Lnet/minecraft/entity/boss/BossBar$Style;NOTCHED_10:Lnet/minecraft/entity/boss/BossBar$Style;
      intermediary field_5791 Lnet/minecraft/class_1259$class_1261;field_5791:Lnet/minecraft/class_1259$class_1261;
      official c Lbqh$b;c:Lbqh$b;
    • NOTCHED_12

      public static final BossBar.Style NOTCHED_12
      Mappings:
      Namespace Name Mixin selector
      named NOTCHED_12 Lnet/minecraft/entity/boss/BossBar$Style;NOTCHED_12:Lnet/minecraft/entity/boss/BossBar$Style;
      intermediary field_5793 Lnet/minecraft/class_1259$class_1261;field_5793:Lnet/minecraft/class_1259$class_1261;
      official d Lbqh$b;d:Lbqh$b;
    • NOTCHED_20

      public static final BossBar.Style NOTCHED_20
      Mappings:
      Namespace Name Mixin selector
      named NOTCHED_20 Lnet/minecraft/entity/boss/BossBar$Style;NOTCHED_20:Lnet/minecraft/entity/boss/BossBar$Style;
      intermediary field_5790 Lnet/minecraft/class_1259$class_1261;field_5790:Lnet/minecraft/class_1259$class_1261;
      official e Lbqh$b;e:Lbqh$b;
  • Field Details

    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      named name Lnet/minecraft/entity/boss/BossBar$Style;name:Ljava/lang/String;
      intermediary field_5794 Lnet/minecraft/class_1259$class_1261;field_5794:Ljava/lang/String;
      official f Lbqh$b;f:Ljava/lang/String;
  • Constructor Details

    • Style

      private Style(String name)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/entity/boss/BossBar$Style;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_1259$class_1261;<init>(Ljava/lang/String;ILjava/lang/String;)V
      official <init> Lbqh$b;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static BossBar.Style[] 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

      public static BossBar.Style valueOf(String name)
      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
    • getName

      public String getName()
      Mappings:
      Namespace Name Mixin selector
      named getName Lnet/minecraft/entity/boss/BossBar$Style;getName()Ljava/lang/String;
      intermediary method_5425 Lnet/minecraft/class_1259$class_1261;method_5425()Ljava/lang/String;
      official a Lbqh$b;a()Ljava/lang/String;
    • byName

      public static BossBar.Style byName(String name)
      Mappings:
      Namespace Name Mixin selector
      named byName Lnet/minecraft/entity/boss/BossBar$Style;byName(Ljava/lang/String;)Lnet/minecraft/entity/boss/BossBar$Style;
      intermediary method_5424 Lnet/minecraft/class_1259$class_1261;method_5424(Ljava/lang/String;)Lnet/minecraft/class_1259$class_1261;
      official a Lbqh$b;a(Ljava/lang/String;)Lbqh$b;