Enum Class HangingSignBlockEntityRenderer.class_10381

java.lang.Object
java.lang.Enum<HangingSignBlockEntityRenderer.class_10381>
net.minecraft.client.render.block.entity.HangingSignBlockEntityRenderer.class_10381
All Implemented Interfaces:
Serializable, Comparable<HangingSignBlockEntityRenderer.class_10381>, Constable, StringIdentifiable
Enclosing class:
HangingSignBlockEntityRenderer

@Environment(CLIENT) public static enum HangingSignBlockEntityRenderer.class_10381 extends Enum<HangingSignBlockEntityRenderer.class_10381> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$class_10381
intermediary net/minecraft/class_7761$class_10381
official gob$a
  • Enum Constant Details

    • WALL

      Mappings:
      Namespace Name Mixin selector
      named WALL Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$class_10381;WALL:Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$class_10381;
      intermediary field_55158 Lnet/minecraft/class_7761$class_10381;field_55158:Lnet/minecraft/class_7761$class_10381;
      official a Lgob$a;a:Lgob$a;
    • CEILING

      public static final HangingSignBlockEntityRenderer.class_10381 CEILING
      Mappings:
      Namespace Name Mixin selector
      named CEILING Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$class_10381;CEILING:Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$class_10381;
      intermediary field_55159 Lnet/minecraft/class_7761$class_10381;field_55159:Lnet/minecraft/class_7761$class_10381;
      official b Lgob$a;b:Lgob$a;
    • CEILING_MIDDLE

      public static final HangingSignBlockEntityRenderer.class_10381 CEILING_MIDDLE
      Mappings:
      Namespace Name Mixin selector
      named CEILING_MIDDLE Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$class_10381;CEILING_MIDDLE:Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$class_10381;
      intermediary field_55160 Lnet/minecraft/class_7761$class_10381;field_55160:Lnet/minecraft/class_7761$class_10381;
      official c Lgob$a;c:Lgob$a;
  • Field Details

    • field_55161

      private final String field_55161
      Mappings:
      Namespace Name Mixin selector
      named field_55161 Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$class_10381;field_55161:Ljava/lang/String;
      intermediary field_55161 Lnet/minecraft/class_7761$class_10381;field_55161:Ljava/lang/String;
      official d Lgob$a;d:Ljava/lang/String;
  • Constructor Details

    • class_10381

      private class_10381(String string)
  • 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

      public static HangingSignBlockEntityRenderer.class_10381 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
    • method_65244

      public static HangingSignBlockEntityRenderer.class_10381 method_65244(BlockState blockState)
      Mappings:
      Namespace Name Mixin selector
      named method_65244 Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$class_10381;method_65244(Lnet/minecraft/block/BlockState;)Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$class_10381;
      intermediary method_65244 Lnet/minecraft/class_7761$class_10381;method_65244(Lnet/minecraft/class_2680;)Lnet/minecraft/class_7761$class_10381;
      official a Lgob$a;a(Ldxo;)Lgob$a;
    • 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
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lbaq;c()Ljava/lang/String;