Enum Class BillboardParticle.class_11941

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

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

    • TERRAIN

      public static final BillboardParticle.class_11941 TERRAIN
      Mappings:
      Namespace Name Mixin selector
      named TERRAIN Lnet/minecraft/client/particle/BillboardParticle$class_11941;TERRAIN:Lnet/minecraft/client/particle/BillboardParticle$class_11941;
      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.class_11941 OPAQUE
      Mappings:
      Namespace Name Mixin selector
      named OPAQUE Lnet/minecraft/client/particle/BillboardParticle$class_11941;OPAQUE:Lnet/minecraft/client/particle/BillboardParticle$class_11941;
      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.class_11941 TRANSLUCENT
      Mappings:
      Namespace Name Mixin selector
      named TRANSLUCENT Lnet/minecraft/client/particle/BillboardParticle$class_11941;TRANSLUCENT:Lnet/minecraft/client/particle/BillboardParticle$class_11941;
      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

    • field_62642

      private final RenderLayer field_62642
      Mappings:
      Namespace Name Mixin selector
      named field_62642 Lnet/minecraft/client/particle/BillboardParticle$class_11941;field_62642: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

    • class_11941

      private class_11941(RenderLayer renderLayer)
  • Method Details

    • values

      public static BillboardParticle.class_11941[] 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.class_11941 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_74309

      public RenderLayer method_74309()
      Mappings:
      Namespace Name Mixin selector
      named method_74309 Lnet/minecraft/client/particle/BillboardParticle$class_11941;method_74309()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;