Enum Class BillboardParticle.RenderType

java.lang.Object
java.lang.Enum<BillboardParticle.RenderType>
net.minecraft.client.particle.BillboardParticle.RenderType
All Implemented Interfaces:
Serializable, Comparable<BillboardParticle.RenderType>, Constable
Enclosing class:
BillboardParticle

@Environment(CLIENT) public static enum BillboardParticle.RenderType extends Enum<BillboardParticle.RenderType>
Mappings:
Namespace Name
named net/minecraft/client/particle/BillboardParticle$RenderType
intermediary net/minecraft/class_3940$class_11941
official hcq$b
  • Enum Constant Details

    • TERRAIN

      public static final BillboardParticle.RenderType TERRAIN
      Mappings:
      Namespace Name Mixin selector
      named TERRAIN Lnet/minecraft/client/particle/BillboardParticle$RenderType;TERRAIN:Lnet/minecraft/client/particle/BillboardParticle$RenderType;
      intermediary field_62639 Lnet/minecraft/class_3940$class_11941;field_62639:Lnet/minecraft/class_3940$class_11941;
      official a Lhcq$b;a:Lhcq$b;
    • OPAQUE

      public static final BillboardParticle.RenderType OPAQUE
      Mappings:
      Namespace Name Mixin selector
      named OPAQUE Lnet/minecraft/client/particle/BillboardParticle$RenderType;OPAQUE:Lnet/minecraft/client/particle/BillboardParticle$RenderType;
      intermediary field_62640 Lnet/minecraft/class_3940$class_11941;field_62640:Lnet/minecraft/class_3940$class_11941;
      official b Lhcq$b;b:Lhcq$b;
    • TRANSLUCENT

      public static final BillboardParticle.RenderType TRANSLUCENT
      Mappings:
      Namespace Name Mixin selector
      named TRANSLUCENT Lnet/minecraft/client/particle/BillboardParticle$RenderType;TRANSLUCENT:Lnet/minecraft/client/particle/BillboardParticle$RenderType;
      intermediary field_62641 Lnet/minecraft/class_3940$class_11941;field_62641:Lnet/minecraft/class_3940$class_11941;
      official c Lhcq$b;c:Lhcq$b;
  • Field Details

    • renderLayer

      private final RenderLayer renderLayer
      Mappings:
      Namespace Name Mixin selector
      named renderLayer Lnet/minecraft/client/particle/BillboardParticle$RenderType;renderLayer:Lnet/minecraft/client/render/RenderLayer;
      intermediary field_62642 Lnet/minecraft/class_3940$class_11941;field_62642:Lnet/minecraft/class_1921;
      official d Lhcq$b;d:Lhfq;
  • Constructor Details

    • RenderType

      private RenderType(RenderLayer renderLayer)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/particle/BillboardParticle$RenderType;<init>(Ljava/lang/String;ILnet/minecraft/client/render/RenderLayer;)V
      intermediary <init> Lnet/minecraft/class_3940$class_11941;<init>(Ljava/lang/String;ILnet/minecraft/class_1921;)V
      official <init> Lhcq$b;<init>(Ljava/lang/String;ILhfq;)V
  • Method Details

    • values

      public static BillboardParticle.RenderType[] 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 BillboardParticle.RenderType 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
    • getRenderLayer

      public RenderLayer getRenderLayer()
      Mappings:
      Namespace Name Mixin selector
      named getRenderLayer Lnet/minecraft/client/particle/BillboardParticle$RenderType;getRenderLayer()Lnet/minecraft/client/render/RenderLayer;
      intermediary method_74309 Lnet/minecraft/class_3940$class_11941;method_74309()Lnet/minecraft/class_1921;
      official a Lhcq$b;a()Lhfq;