Package net.minecraft.client.particle
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$RenderTypeintermediary net/minecraft/class_3940$class_11941official hcq$b
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BillboardParticle.RenderTypeReturns the enum constant of this class with the specified name.static BillboardParticle.RenderType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TERRAIN
- Mappings:
Namespace Name Mixin selector named TERRAINLnet/minecraft/client/particle/BillboardParticle$RenderType;TERRAIN:Lnet/minecraft/client/particle/BillboardParticle$RenderType;intermediary field_62639Lnet/minecraft/class_3940$class_11941;field_62639:Lnet/minecraft/class_3940$class_11941;official aLhcq$b;a:Lhcq$b;
-
OPAQUE
- Mappings:
Namespace Name Mixin selector named OPAQUELnet/minecraft/client/particle/BillboardParticle$RenderType;OPAQUE:Lnet/minecraft/client/particle/BillboardParticle$RenderType;intermediary field_62640Lnet/minecraft/class_3940$class_11941;field_62640:Lnet/minecraft/class_3940$class_11941;official bLhcq$b;b:Lhcq$b;
-
TRANSLUCENT
- Mappings:
Namespace Name Mixin selector named TRANSLUCENTLnet/minecraft/client/particle/BillboardParticle$RenderType;TRANSLUCENT:Lnet/minecraft/client/particle/BillboardParticle$RenderType;intermediary field_62641Lnet/minecraft/class_3940$class_11941;field_62641:Lnet/minecraft/class_3940$class_11941;official cLhcq$b;c:Lhcq$b;
-
-
Field Details
-
renderLayer
- Mappings:
Namespace Name Mixin selector named renderLayerLnet/minecraft/client/particle/BillboardParticle$RenderType;renderLayer:Lnet/minecraft/client/render/RenderLayer;intermediary field_62642Lnet/minecraft/class_3940$class_11941;field_62642:Lnet/minecraft/class_1921;official dLhcq$b;d:Lhfq;
-
-
Constructor Details
-
RenderType
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/particle/BillboardParticle$RenderType;<init>(Ljava/lang/String;ILnet/minecraft/client/render/RenderLayer;)Vintermediary <init>Lnet/minecraft/class_3940$class_11941;<init>(Ljava/lang/String;ILnet/minecraft/class_1921;)Vofficial <init>Lhcq$b;<init>(Ljava/lang/String;ILhfq;)V
-
-
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
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 nameNullPointerException- if the argument is null
-
getRenderLayer
- Mappings:
Namespace Name Mixin selector named getRenderLayerLnet/minecraft/client/particle/BillboardParticle$RenderType;getRenderLayer()Lnet/minecraft/client/render/RenderLayer;intermediary method_74309Lnet/minecraft/class_3940$class_11941;method_74309()Lnet/minecraft/class_1921;official aLhcq$b;a()Lhfq;
-