Uses of Record 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 TypeMethodDescriptionstatic BakedQuad
BakedQuadFactory.bake
(Vector3f from, Vector3f to, ModelElementFace face, Sprite sprite, Direction direction, ModelBakeSettings settings, @Nullable ModelRotation rotation, boolean shade, int lightEmission) private static BakedQuad
BasicBakedModel.bake
(ModelElement element, ModelElementFace face, Sprite sprite, Direction direction, ModelBakeSettings settings) -
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
(Vector3f from, Vector3f to, Map<Direction, ModelElementFace> faces) ModelElement
(Vector3f from, Vector3f to, Map<Direction, ModelElementFace> faces, @Nullable ModelRotation rotation, boolean shade, int lightEmission)