Uses of Class
net.minecraft.client.render.model.json.ModelElementFace
Packages that use ModelElementFace
-
Uses of ModelElementFace in net.minecraft.client.render.model
Methods in net.minecraft.client.render.model with parameters of type ModelElementFaceModifier and TypeMethodDescriptionModelFaceBaker.method_10055(org.lwjgl.util.vector.Vector3f vector3f, org.lwjgl.util.vector.Vector3f vector3f2, ModelElementFace face, Sprite sprite, Direction direction, ModelRotation modelRotation, ModelRotation modelRotation2, boolean bool, boolean bool2) private BakedQuadModelLoader.method_10384(ModelElement modelElement, ModelElementFace modelElementFace, Sprite sprite, Direction direction, ModelRotation modelRotation, boolean bool) -
Uses of ModelElementFace in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json with type parameters of type ModelElementFaceMethods in net.minecraft.client.render.model.json that return ModelElementFaceModifier and TypeMethodDescriptionModelElementFace.Deserializer.deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext) Methods in net.minecraft.client.render.model.json that return types with arguments of type ModelElementFaceModifier and TypeMethodDescriptionprivate Map<Direction,ModelElementFace> ModelElement.Deserializer.deserializeFaces(JsonDeserializationContext context, JsonObject object) private Map<Direction,ModelElementFace> ModelElement.Deserializer.deserializeFacesValidating(JsonDeserializationContext context, JsonObject object) Constructor parameters in net.minecraft.client.render.model.json with type arguments of type ModelElementFaceModifierConstructorDescriptionModelElement(org.lwjgl.util.vector.Vector3f from, org.lwjgl.util.vector.Vector3f to, Map<Direction, ModelElementFace> faces, ModelRotation rotation, boolean shade)