Uses of Enum Class
net.minecraft.class_10821
Packages that use class_10821
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10821 in net.minecraft
Fields in net.minecraft with type parameters of type class_10821Modifier and TypeFieldDescriptionstatic final class_10804.class_10805<class_10821> class_10804.field_56936static final class_10804.class_10805<class_10821> class_10804.field_56937static final com.mojang.serialization.Codec<class_10821> class_10821.field_57033Methods in net.minecraft that return class_10821Modifier and TypeMethodDescriptionstatic class_10821class_10821.method_68064(int int2) Deprecated.static class_10821Returns the enum constant of this class with the specified name.static class_10821[]class_10821.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of class_10821 in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as class_10821Modifier and TypeFieldDescriptionprivate final class_10821ModelRotation.field_56976private final class_10821ModelRotation.field_56977Methods in net.minecraft.client.render.model with parameters of type class_10821Modifier and TypeMethodDescriptionstatic ModelRotationModelRotation.method_68008(class_10821 class_10821, class_10821 class_108212) private static voidBakedQuadFactory.packVertexData(int[] int2, int cornerIndex, CubeFace cubeFace, ModelElementFace.class_10800 texture, class_10821 class_10821, Matrix4fc matrix4fc, float[] float2, Sprite sprite, AffineTransformation affineTransformation, @Nullable ModelRotation modelRotation) private static int[]BakedQuadFactory.packVertexData(ModelElementFace.class_10800 texture, class_10821 class_10821, Matrix4fc matrix4fc, Sprite sprite, Direction direction, float[] float2, AffineTransformation affineTransformation, @Nullable ModelRotation modelRotation) Constructors in net.minecraft.client.render.model with parameters of type class_10821ModifierConstructorDescriptionprivateModelRotation(class_10821 class_10821, class_10821 class_108212) -
Uses of class_10821 in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as class_10821Modifier and TypeFieldDescriptionprivate final class_10821ModelElementFace.rotationThe field for therotationrecord component.private final class_10821ModelVariant.class_10803.xThe field for thexrecord component.private final class_10821ModelVariant.class_10803.yThe field for theyrecord component.Methods in net.minecraft.client.render.model.json that return class_10821Modifier and TypeMethodDescriptionprivate static class_10821ModelElementFace.Deserializer.method_67911(JsonObject jsonObject) ModelElementFace.rotation()Returns the value of therotationrecord component.ModelVariant.class_10803.x()Returns the value of thexrecord component.ModelVariant.class_10803.y()Returns the value of theyrecord component.Methods in net.minecraft.client.render.model.json with parameters of type class_10821Modifier and TypeMethodDescriptionstatic floatModelElementFace.method_67909(ModelElementFace.class_10800 class_10800, class_10821 class_10821, int int2) static floatModelElementFace.method_67910(ModelElementFace.class_10800 class_10800, class_10821 class_10821, int int2) ModelVariant.method_67940(class_10821 class_10821) ModelVariant.method_67942(class_10821 class_10821) ModelVariant.class_10803.method_67945(class_10821 class_10821) ModelVariant.class_10803.method_67947(class_10821 class_10821) Constructors in net.minecraft.client.render.model.json with parameters of type class_10821ModifierConstructorDescriptionclass_10803(class_10821 class_10821, class_10821 class_108212, boolean bool) ModelElementFace(@Nullable Direction cullFace, int tintIndex, String textureId, @Nullable ModelElementFace.class_10800 textureData, class_10821 class_10821) -
Uses of class_10821 in net.minecraft.util.math
Methods in net.minecraft.util.math with parameters of type class_10821Modifier and TypeMethodDescriptionstatic DirectionTransformationDirectionTransformation.method_67986(class_10821 class_10821, class_10821 class_108212)