@Environment(value=CLIENT) static enum RenderLayer.MultiPhase.HashStrategy extends Enum<RenderLayer.MultiPhase.HashStrategy> implements it.unimi.dsi.fastutil.Hash.Strategy<RenderLayer.MultiPhase>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(RenderLayer.MultiPhase multiPhase,
RenderLayer.MultiPhase multiPhase2) |
int |
hashCode(RenderLayer.MultiPhase multiPhase) |
static RenderLayer.MultiPhase.HashStrategy |
valueOf(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.
|
public static final RenderLayer.MultiPhase.HashStrategy INSTANCE
public static RenderLayer.MultiPhase.HashStrategy[] values()
for (RenderLayer.MultiPhase.HashStrategy c : RenderLayer.MultiPhase.HashStrategy.values()) System.out.println(c);
public static RenderLayer.MultiPhase.HashStrategy valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int hashCode(@Nullable RenderLayer.MultiPhase multiPhase)
hashCode
in interface it.unimi.dsi.fastutil.Hash.Strategy<RenderLayer.MultiPhase>
public boolean equals(@Nullable RenderLayer.MultiPhase multiPhase, @Nullable RenderLayer.MultiPhase multiPhase2)
equals
in interface it.unimi.dsi.fastutil.Hash.Strategy<RenderLayer.MultiPhase>