Enum StoneBrickBlock.Type

java.lang.Object
java.lang.Enum<StoneBrickBlock.Type>
net.minecraft.block.StoneBrickBlock.Type
All Implemented Interfaces:
Serializable, Comparable<StoneBrickBlock.Type>, java.lang.constant.Constable, StringIdentifiable
Enclosing class:
StoneBrickBlock

public static enum StoneBrickBlock.Type
extends Enum<StoneBrickBlock.Type>
implements StringIdentifiable
Mappings:
Namespace Name
official ajz$a
intermediary net/minecraft/class_317$class_318
named net/minecraft/block/StoneBrickBlock$Type
  • Enum Constant Details

    • DEFAULT

      public static final StoneBrickBlock.Type DEFAULT
      Mappings:
      Namespace Name Mixin selector
      official a Lajz$a;a:Lajz$a;
      intermediary field_1237 Lnet/minecraft/class_317$class_318;field_1237:Lnet/minecraft/class_317$class_318;
      named DEFAULT Lnet/minecraft/block/StoneBrickBlock$Type;DEFAULT:Lnet/minecraft/block/StoneBrickBlock$Type;
    • MOSSY

      public static final StoneBrickBlock.Type MOSSY
      Mappings:
      Namespace Name Mixin selector
      official b Lajz$a;b:Lajz$a;
      intermediary field_1238 Lnet/minecraft/class_317$class_318;field_1238:Lnet/minecraft/class_317$class_318;
      named MOSSY Lnet/minecraft/block/StoneBrickBlock$Type;MOSSY:Lnet/minecraft/block/StoneBrickBlock$Type;
    • CRACKED

      public static final StoneBrickBlock.Type CRACKED
      Mappings:
      Namespace Name Mixin selector
      official c Lajz$a;c:Lajz$a;
      intermediary field_1239 Lnet/minecraft/class_317$class_318;field_1239:Lnet/minecraft/class_317$class_318;
      named CRACKED Lnet/minecraft/block/StoneBrickBlock$Type;CRACKED:Lnet/minecraft/block/StoneBrickBlock$Type;
    • CHISELED

      public static final StoneBrickBlock.Type CHISELED
      Mappings:
      Namespace Name Mixin selector
      official d Lajz$a;d:Lajz$a;
      intermediary field_1240 Lnet/minecraft/class_317$class_318;field_1240:Lnet/minecraft/class_317$class_318;
      named CHISELED Lnet/minecraft/block/StoneBrickBlock$Type;CHISELED:Lnet/minecraft/block/StoneBrickBlock$Type;
  • Field Details

    • TYPES

      private static final StoneBrickBlock.Type[] TYPES
      Mappings:
      Namespace Name Mixin selector
      official e Lajz$a;e:[Lajz$a;
      intermediary field_1241 Lnet/minecraft/class_317$class_318;field_1241:[Lnet/minecraft/class_317$class_318;
      named TYPES Lnet/minecraft/block/StoneBrickBlock$Type;TYPES:[Lnet/minecraft/block/StoneBrickBlock$Type;
    • id

      private final int id
      Mappings:
      Namespace Name Mixin selector
      official f Lajz$a;f:I
      intermediary field_1242 Lnet/minecraft/class_317$class_318;field_1242:I
      named id Lnet/minecraft/block/StoneBrickBlock$Type;id:I
    • key

      private final String key
      Mappings:
      Namespace Name Mixin selector
      official g Lajz$a;g:Ljava/lang/String;
      intermediary field_1243 Lnet/minecraft/class_317$class_318;field_1243:Ljava/lang/String;
      named key Lnet/minecraft/block/StoneBrickBlock$Type;key:Ljava/lang/String;
    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official h Lajz$a;h:Ljava/lang/String;
      intermediary field_1244 Lnet/minecraft/class_317$class_318;field_1244:Ljava/lang/String;
      named name Lnet/minecraft/block/StoneBrickBlock$Type;name:Ljava/lang/String;
  • Constructor Details

    • Type

      private Type​(int id, String key, String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lajz$a;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_317$class_318;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
      named <init> Lnet/minecraft/block/StoneBrickBlock$Type;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
  • Method Details

    • values

      public static StoneBrickBlock.Type[] 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 StoneBrickBlock.Type 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
    • byId

      public int byId()
      Mappings:
      Namespace Name Mixin selector
      official a Lajz$a;a()I
      intermediary method_1022 Lnet/minecraft/class_317$class_318;method_1022()I
      named byId Lnet/minecraft/block/StoneBrickBlock$Type;byId()I
    • toString

      public String toString()
      Overrides:
      toString in class Enum<StoneBrickBlock.Type>
      Mappings:
      Namespace Name Mixin selector
      official toString Lajz$a;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_317$class_318;toString()Ljava/lang/String;
      named toString Lnet/minecraft/block/StoneBrickBlock$Type;toString()Ljava/lang/String;
    • getById

      public static StoneBrickBlock.Type getById​(int id)
      Mappings:
      Namespace Name Mixin selector
      official a Lajz$a;a(I)Lajz$a;
      intermediary method_1023 Lnet/minecraft/class_317$class_318;method_1023(I)Lnet/minecraft/class_317$class_318;
      named getById Lnet/minecraft/block/StoneBrickBlock$Type;getById(I)Lnet/minecraft/block/StoneBrickBlock$Type;
    • asString

      public String asString()
      Specified by:
      asString in interface StringIdentifiable
      Mappings:
      Namespace Name Mixin selector
      official l Lnw;l()Ljava/lang/String;
      intermediary method_6682 Lnet/minecraft/class_1709;method_6682()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
    • getValueName

      public String getValueName()
      Mappings:
      Namespace Name Mixin selector
      official c Lajz$a;c()Ljava/lang/String;
      intermediary method_1024 Lnet/minecraft/class_317$class_318;method_1024()Ljava/lang/String;
      named getValueName Lnet/minecraft/block/StoneBrickBlock$Type;getValueName()Ljava/lang/String;