Package net.minecraft.client.render
Enum RenderLayer.MultiPhase.class_5943
java.lang.Object
java.lang.Enum<RenderLayer.MultiPhase.class_5943>
net.minecraft.client.render.RenderLayer.MultiPhase.class_5943
- All Implemented Interfaces:
Hash.Strategy<RenderLayer.MultiPhase>
,Serializable
,Comparable<RenderLayer.MultiPhase.class_5943>
,java.lang.constant.Constable
- Enclosing class:
- RenderLayer.MultiPhase
@Environment(CLIENT) static enum RenderLayer.MultiPhase.class_5943 extends Enum<RenderLayer.MultiPhase.class_5943> implements Hash.Strategy<RenderLayer.MultiPhase>
- Mappings:
Namespace Name official ejs$a$a
intermediary net/minecraft/class_1921$class_4687$class_5943
named net/minecraft/client/render/RenderLayer$MultiPhase$class_5943
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants Enum Constant Description INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
class_5943()
-
Method Summary
Modifier and Type Method Description boolean
equals(@Nullable RenderLayer.MultiPhase multiPhase, @Nullable RenderLayer.MultiPhase multiPhase2)
int
hashCode(@Nullable RenderLayer.MultiPhase multiPhase)
static RenderLayer.MultiPhase.class_5943
valueOf(String name)
Returns the enum constant of this type with the specified name.static RenderLayer.MultiPhase.class_5943[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official a
Lejs$a$a;a:Lejs$a$a;
intermediary field_29459
Lnet/minecraft/class_1921$class_4687$class_5943;field_29459:Lnet/minecraft/class_1921$class_4687$class_5943;
named INSTANCE
Lnet/minecraft/client/render/RenderLayer$MultiPhase$class_5943;INSTANCE:Lnet/minecraft/client/render/RenderLayer$MultiPhase$class_5943;
-
-
Constructor Details
-
class_5943
private class_5943()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
hashCode
- Specified by:
hashCode
in interfaceHash.Strategy<RenderLayer.MultiPhase>
- Mappings:
Namespace Name Mixin selector official a
Lejs$a$a;a(Lejs$a;)I
intermediary method_34574
Lnet/minecraft/class_1921$class_4687$class_5943;method_34574(Lnet/minecraft/class_1921$class_4687;)I
named hashCode
Lnet/minecraft/client/render/RenderLayer$MultiPhase$class_5943;hashCode(Lnet/minecraft/client/render/RenderLayer$MultiPhase;)I
-
equals
public boolean equals(@Nullable @Nullable RenderLayer.MultiPhase multiPhase, @Nullable @Nullable RenderLayer.MultiPhase multiPhase2)- Specified by:
equals
in interfaceHash.Strategy<RenderLayer.MultiPhase>
- Mappings:
Namespace Name Mixin selector official a
Lejs$a$a;a(Lejs$a;Lejs$a;)Z
intermediary method_34575
Lnet/minecraft/class_1921$class_4687$class_5943;method_34575(Lnet/minecraft/class_1921$class_4687;Lnet/minecraft/class_1921$class_4687;)Z
named equals
Lnet/minecraft/client/render/RenderLayer$MultiPhase$class_5943;equals(Lnet/minecraft/client/render/RenderLayer$MultiPhase;Lnet/minecraft/client/render/RenderLayer$MultiPhase;)Z
-