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$RenderPositionintermediary net/minecraft/class_4507$class_9995official hcs$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
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_CUBELnet/minecraft/client/render/entity/feature/StuckObjectsFeatureRenderer$RenderPosition;IN_CUBE:Lnet/minecraft/client/render/entity/feature/StuckObjectsFeatureRenderer$RenderPosition;intermediary field_53232Lnet/minecraft/class_4507$class_9995;field_53232:Lnet/minecraft/class_4507$class_9995;official aLhcs$a;a:Lhcs$a;
-
ON_SURFACE
- Mappings:
Namespace Name Mixin selector named ON_SURFACELnet/minecraft/client/render/entity/feature/StuckObjectsFeatureRenderer$RenderPosition;ON_SURFACE:Lnet/minecraft/client/render/entity/feature/StuckObjectsFeatureRenderer$RenderPosition;intermediary field_53233Lnet/minecraft/class_4507$class_9995;field_53233:Lnet/minecraft/class_4507$class_9995;official bLhcs$a;b:Lhcs$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
-