Enum Class StuckObjectsFeatureRenderer.RenderPosition
java.lang.Object
java.lang.Enum<StuckObjectsFeatureRenderer.RenderPosition>
net.minecraft.client.render.entity.feature.StuckObjectsFeatureRenderer.RenderPosition
- All Implemented Interfaces:
Serializable
,Comparable<StuckObjectsFeatureRenderer.RenderPosition>
,Constable
- Enclosing class:
StuckObjectsFeatureRenderer<M extends PlayerEntityModel>
@Environment(CLIENT)
public static enum StuckObjectsFeatureRenderer.RenderPosition
extends Enum<StuckObjectsFeatureRenderer.RenderPosition>
- Mappings:
Namespace Name named net/minecraft/client/render/entity/feature/StuckObjectsFeatureRenderer$RenderPosition
intermediary net/minecraft/class_4507$class_9995
official gwm$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
IN_CUBE
- Mappings:
Namespace Name Mixin selector named IN_CUBE
Lnet/minecraft/client/render/entity/feature/StuckObjectsFeatureRenderer$RenderPosition;IN_CUBE:Lnet/minecraft/client/render/entity/feature/StuckObjectsFeatureRenderer$RenderPosition;
intermediary field_53232
Lnet/minecraft/class_4507$class_9995;field_53232:Lnet/minecraft/class_4507$class_9995;
official a
Lgwm$a;a:Lgwm$a;
-
ON_SURFACE
- Mappings:
Namespace Name Mixin selector named ON_SURFACE
Lnet/minecraft/client/render/entity/feature/StuckObjectsFeatureRenderer$RenderPosition;ON_SURFACE:Lnet/minecraft/client/render/entity/feature/StuckObjectsFeatureRenderer$RenderPosition;
intermediary field_53233
Lnet/minecraft/class_4507$class_9995;field_53233:Lnet/minecraft/class_4507$class_9995;
official b
Lgwm$a;b:Lgwm$a;
-
-
Constructor Details
-
RenderPosition
private RenderPosition()
-
-
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
-