Enum Class NautilusEntityRenderer.Type

java.lang.Object
java.lang.Enum<NautilusEntityRenderer.Type>
net.minecraft.client.render.entity.NautilusEntityRenderer.Type
All Implemented Interfaces:
Serializable, Comparable<NautilusEntityRenderer.Type>, Constable
Enclosing class:
NautilusEntityRenderer<T extends AbstractNautilusEntity>

@Environment(CLIENT) public static enum NautilusEntityRenderer.Type extends Enum<NautilusEntityRenderer.Type>
Mappings:
Namespace Name
named net/minecraft/client/render/entity/NautilusEntityRenderer$Type
intermediary net/minecraft/class_12156$class_12157
official hsq$a
  • Enum Constant Details

    • NAUTILUS

      public static final NautilusEntityRenderer.Type NAUTILUS
      Mappings:
      Namespace Name Mixin selector
      named NAUTILUS Lnet/minecraft/client/render/entity/NautilusEntityRenderer$Type;NAUTILUS:Lnet/minecraft/client/render/entity/NautilusEntityRenderer$Type;
      intermediary field_63594 Lnet/minecraft/class_12156$class_12157;field_63594:Lnet/minecraft/class_12156$class_12157;
      official a Lhsq$a;a:Lhsq$a;
    • ZOMBIE_NAUTILUS

      public static final NautilusEntityRenderer.Type ZOMBIE_NAUTILUS
      Mappings:
      Namespace Name Mixin selector
      named ZOMBIE_NAUTILUS Lnet/minecraft/client/render/entity/NautilusEntityRenderer$Type;ZOMBIE_NAUTILUS:Lnet/minecraft/client/render/entity/NautilusEntityRenderer$Type;
      intermediary field_63595 Lnet/minecraft/class_12156$class_12157;field_63595:Lnet/minecraft/class_12156$class_12157;
      official b Lhsq$a;b:Lhsq$a;
  • Field Details

    • texture

      final Identifier texture
      Mappings:
      Namespace Name Mixin selector
      named texture Lnet/minecraft/client/render/entity/NautilusEntityRenderer$Type;texture:Lnet/minecraft/util/Identifier;
      intermediary field_63596 Lnet/minecraft/class_12156$class_12157;field_63596:Lnet/minecraft/class_2960;
      official c Lhsq$a;c:Lamy;
    • babyTexture

      final Identifier babyTexture
      Mappings:
      Namespace Name Mixin selector
      named babyTexture Lnet/minecraft/client/render/entity/NautilusEntityRenderer$Type;babyTexture:Lnet/minecraft/util/Identifier;
      intermediary field_63597 Lnet/minecraft/class_12156$class_12157;field_63597:Lnet/minecraft/class_2960;
      official d Lhsq$a;d:Lamy;
    • layer

      final EntityModelLayer layer
      Mappings:
      Namespace Name Mixin selector
      named layer Lnet/minecraft/client/render/entity/NautilusEntityRenderer$Type;layer:Lnet/minecraft/client/render/entity/model/EntityModelLayer;
      intermediary field_63598 Lnet/minecraft/class_12156$class_12157;field_63598:Lnet/minecraft/class_5601;
      official e Lhsq$a;e:Lhbw;
    • babyLayer

      final EntityModelLayer babyLayer
      Mappings:
      Namespace Name Mixin selector
      named babyLayer Lnet/minecraft/client/render/entity/NautilusEntityRenderer$Type;babyLayer:Lnet/minecraft/client/render/entity/model/EntityModelLayer;
      intermediary field_63599 Lnet/minecraft/class_12156$class_12157;field_63599:Lnet/minecraft/class_5601;
      official f Lhsq$a;f:Lhbw;
  • Constructor Details

    • Type

      private Type(Identifier texture, Identifier babyTexture, EntityModelLayer layer, EntityModelLayer babyLayer)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/render/entity/NautilusEntityRenderer$Type;<init>(Ljava/lang/String;ILnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/client/render/entity/model/EntityModelLayer;Lnet/minecraft/client/render/entity/model/EntityModelLayer;)V
      intermediary <init> Lnet/minecraft/class_12156$class_12157;<init>(Ljava/lang/String;ILnet/minecraft/class_2960;Lnet/minecraft/class_2960;Lnet/minecraft/class_5601;Lnet/minecraft/class_5601;)V
      official <init> Lhsq$a;<init>(Ljava/lang/String;ILamy;Lamy;Lhbw;Lhbw;)V
  • Method Details

    • values

      public static NautilusEntityRenderer.Type[] 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 NautilusEntityRenderer.Type 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