Uses of Enum Class
net.minecraft.client.render.model.ModelRotation
Packages that use ModelRotation
-
Uses of ModelRotation in net.minecraft
Methods in net.minecraft that return ModelRotationModifier and TypeMethodDescriptionprotected ModelRotationclass_2453.method_10039(JsonObject jsonObject) -
Uses of ModelRotation in net.minecraft.client
Fields in net.minecraft.client declared as ModelRotationMethods in net.minecraft.client that return ModelRotationConstructors in net.minecraft.client with parameters of type ModelRotationModifierConstructorDescriptionVariant(Identifier id, ModelRotation rotation, boolean uvLock, int weight) -
Uses of ModelRotation in net.minecraft.client.render.model
Methods in net.minecraft.client.render.model that return ModelRotationModifier and TypeMethodDescriptionstatic ModelRotationModelRotation.get(int x, int y) static ModelRotationReturns the enum constant of this class with the specified name.static ModelRotation[]ModelRotation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.render.model with parameters of type ModelRotationModifier and TypeMethodDescriptionprivate int[]ModelFaceBaker.createQuadData(ModelElementFace face, Sprite sprite, Direction dir, float[] matrix, ModelRotation rotation1, ModelRotation rotation2, boolean bool, boolean bool2) intModelFaceBaker.method_10053(javax.vecmath.Vector3d vector3d, Direction direction, int int2, ModelRotation modelRotation, boolean bool) ModelFaceBaker.method_10055(javax.vecmath.Vector3f vector3f, javax.vecmath.Vector3f vector3f2, ModelElementFace modelElementFace, Sprite sprite, Direction direction, ModelRotation modelRotation, ModelRotation modelRotation2, boolean bool, boolean bool2) private voidModelFaceBaker.method_10059(int[] int2, int int3, Direction direction, ModelElementFace modelElementFace, float[] float2, Sprite sprite, ModelRotation modelRotation, ModelRotation modelRotation2, boolean bool, boolean bool2) private BakedQuadModelLoader.method_10384(ModelElement modelElement, ModelElementFace modelElementFace, Sprite sprite, Direction direction, ModelRotation modelRotation, boolean bool) private BakedModelModelLoader.method_10386(BlockModel blockModel, ModelRotation modelRotation, boolean bool)