Uses of Class
net.minecraft.client.render.model.json.ModelRotation
Packages that use ModelRotation
Package
Description
-
Uses of ModelRotation in net.minecraft
Methods in net.minecraft that return ModelRotationModifier and TypeMethodDescriptionprivate ModelRotationclass_2439.method_9987(JsonObject jsonObject) -
Uses of ModelRotation in net.minecraft.client.render.model
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) private voidModelFaceBaker.method_10052(javax.vecmath.Vector3d vector3d, ModelRotation modelRotation) 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) -
Uses of ModelRotation in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as ModelRotationConstructors in net.minecraft.client.render.model.json with parameters of type ModelRotationModifierConstructorDescriptionModelElement(javax.vecmath.Vector3f vector3f, javax.vecmath.Vector3f vector3f2, Map map, ModelRotation modelRotation, boolean bool)