Package net.minecraft.client.render
Enum RenderLayer.MultiPhase.HashStrategy
java.lang.Object
java.lang.Enum<RenderLayer.MultiPhase.HashStrategy>
net.minecraft.client.render.RenderLayer.MultiPhase.HashStrategy
- All Implemented Interfaces:
Hash.Strategy<RenderLayer.MultiPhase>,Serializable,Comparable<RenderLayer.MultiPhase.HashStrategy>,java.lang.constant.Constable
- Enclosing class:
- RenderLayer.MultiPhase
@Environment(CLIENT) static enum RenderLayer.MultiPhase.HashStrategy extends Enum<RenderLayer.MultiPhase.HashStrategy> implements Hash.Strategy<RenderLayer.MultiPhase>
- Mappings:
Namespace Name official ehy$a$aintermediary net/minecraft/class_1921$class_4687$class_4721named net/minecraft/client/render/RenderLayer$MultiPhase$HashStrategy
-
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 privateHashStrategy() -
Method Summary
Modifier and Type Method Description booleanequals(RenderLayer.MultiPhase multiPhase, RenderLayer.MultiPhase multiPhase2)inthashCode(RenderLayer.MultiPhase multiPhase)static RenderLayer.MultiPhase.HashStrategyvalueOf(String name)Returns the enum constant of this type with the specified name.static RenderLayer.MultiPhase.HashStrategy[]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 aLehy$a$a;a:Lehy$a$a;intermediary field_21698Lnet/minecraft/class_1921$class_4687$class_4721;field_21698:Lnet/minecraft/class_1921$class_4687$class_4721;named INSTANCELnet/minecraft/client/render/RenderLayer$MultiPhase$HashStrategy;INSTANCE:Lnet/minecraft/client/render/RenderLayer$MultiPhase$HashStrategy;
-
-
Constructor Details
-
HashStrategy
private HashStrategy()
-
-
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:
hashCodein interfaceHash.Strategy<RenderLayer.MultiPhase>- Mappings:
Namespace Name Mixin selector official aLehy$a$a;a(Lehy$a;)Iintermediary method_24057Lnet/minecraft/class_1921$class_4687$class_4721;method_24057(Lnet/minecraft/class_1921$class_4687;)Inamed hashCodeLnet/minecraft/client/render/RenderLayer$MultiPhase$HashStrategy;hashCode(Lnet/minecraft/client/render/RenderLayer$MultiPhase;)I
-
equals
public boolean equals(@Nullable RenderLayer.MultiPhase multiPhase, @Nullable RenderLayer.MultiPhase multiPhase2)- Specified by:
equalsin interfaceHash.Strategy<RenderLayer.MultiPhase>- Mappings:
Namespace Name Mixin selector official aLehy$a$a;a(Lehy$a;Lehy$a;)Zintermediary method_24058Lnet/minecraft/class_1921$class_4687$class_4721;method_24058(Lnet/minecraft/class_1921$class_4687;Lnet/minecraft/class_1921$class_4687;)Znamed equalsLnet/minecraft/client/render/RenderLayer$MultiPhase$HashStrategy;equals(Lnet/minecraft/client/render/RenderLayer$MultiPhase;Lnet/minecraft/client/render/RenderLayer$MultiPhase;)Z
-