Enum Class BlockHalf

java.lang.Object
java.lang.Enum<BlockHalf>
net.minecraft.block.enums.BlockHalf
All Implemented Interfaces:
Serializable, Comparable<BlockHalf>, Constable, StringIdentifiable

public enum BlockHalf extends Enum<BlockHalf> implements StringIdentifiable
Mappings:
Namespace Name
official czs
intermediary net/minecraft/class_2760
named net/minecraft/block/enums/BlockHalf
  • Enum Constant Details

    • TOP

      public static final BlockHalf TOP
      Mappings:
      Namespace Name Mixin selector
      official a Lczs;a:Lczs;
      intermediary field_12619 Lnet/minecraft/class_2760;field_12619:Lnet/minecraft/class_2760;
      named TOP Lnet/minecraft/block/enums/BlockHalf;TOP:Lnet/minecraft/block/enums/BlockHalf;
    • BOTTOM

      public static final BlockHalf BOTTOM
      Mappings:
      Namespace Name Mixin selector
      official b Lczs;b:Lczs;
      intermediary field_12617 Lnet/minecraft/class_2760;field_12617:Lnet/minecraft/class_2760;
      named BOTTOM Lnet/minecraft/block/enums/BlockHalf;BOTTOM:Lnet/minecraft/block/enums/BlockHalf;
  • Field Details

    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official c Lczs;c:Ljava/lang/String;
      intermediary field_12616 Lnet/minecraft/class_2760;field_12616:Ljava/lang/String;
      named name Lnet/minecraft/block/enums/BlockHalf;name:Ljava/lang/String;
  • Constructor Details

    • BlockHalf

      private BlockHalf(String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lczs;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_2760;<init>(Ljava/lang/String;ILjava/lang/String;)V
      named <init> Lnet/minecraft/block/enums/BlockHalf;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static BlockHalf[] 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 BlockHalf 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<BlockHalf>
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      official c Laor;c()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;