Uses of Class
net.minecraft.client.render.model.json.ModelElementFace
| Package | Description |
|---|---|
| net.minecraft.client.render.model | |
| net.minecraft.client.render.model.json |
-
Uses of ModelElementFace in net.minecraft.client.render.model
Methods in net.minecraft.client.render.model with parameters of type ModelElementFace Modifier and Type Method Description BakedQuadBakedQuadFactory. bake(Vec3f from, Vec3f to, ModelElementFace face, Sprite texture, Direction side, ModelBakeSettings settings, @Nullable ModelRotation rotation, boolean shade, Identifier modelId) -
Uses of ModelElementFace in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json with type parameters of type ModelElementFace Modifier and Type Field Description Map<Direction,ModelElementFace>ModelElement. facesMethods in net.minecraft.client.render.model.json that return ModelElementFace Modifier and Type Method Description ModelElementFaceModelElementFace.Deserializer. deserialize(JsonElement jsonElement, Type type, JsonDeserializationContext jsonDeserializationContext)Methods in net.minecraft.client.render.model.json that return types with arguments of type ModelElementFace Modifier and Type Method Description private Map<Direction,ModelElementFace>ModelElement.Deserializer. deserializeFaces(JsonDeserializationContext context, JsonObject object)private Map<Direction,ModelElementFace>ModelElement.Deserializer. deserializeFacesValidating(JsonDeserializationContext context, JsonObject object)Methods in net.minecraft.client.render.model.json with parameters of type ModelElementFace Modifier and Type Method Description private static BakedQuadJsonUnbakedModel. createQuad(ModelElement element, ModelElementFace elementFace, Sprite sprite, Direction side, ModelBakeSettings settings, Identifier id)Constructor parameters in net.minecraft.client.render.model.json with type arguments of type ModelElementFace Constructor Description ModelElement(Vec3f from, Vec3f to, Map<Direction,ModelElementFace> faces, @Nullable ModelRotation rotation, boolean shade)