Uses of Record Class
net.minecraft.client.renderer.block.model.BlockElementFace
Packages that use BlockElementFace
Package
Description
-
Uses of BlockElementFace in net.minecraft.client.renderer.block.model
Classes in net.minecraft.client.renderer.block.model that implement interfaces with type arguments of type BlockElementFaceFields in net.minecraft.client.renderer.block.model with type parameters of type BlockElementFaceModifier and TypeFieldDescriptionprivate final Map<Direction, BlockElementFace> BlockElement.facesThe field for thefacesrecord component.Methods in net.minecraft.client.renderer.block.model that return BlockElementFaceModifier and TypeMethodDescriptionBlockElementFace.Deserializer.deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context) Methods in net.minecraft.client.renderer.block.model that return types with arguments of type BlockElementFaceModifier and TypeMethodDescriptionBlockElement.faces()Returns the value of thefacesrecord component.private Map<Direction, BlockElementFace> BlockElement.Deserializer.filterNullFromFaces(JsonDeserializationContext context, JsonObject object) private Map<Direction, BlockElementFace> BlockElement.Deserializer.getFaces(JsonDeserializationContext context, JsonObject object) Methods in net.minecraft.client.renderer.block.model with parameters of type BlockElementFaceModifier and TypeMethodDescriptionstatic BakedQuadFaceBakery.bakeQuad(ModelBaker modelBaker, Vector3fc from, Vector3fc to, BlockElementFace face, Material.Baked material, Direction facing, ModelState modelState, @Nullable BlockElementRotation elementRotation, boolean shade, int lightEmission) Constructor parameters in net.minecraft.client.renderer.block.model with type arguments of type BlockElementFaceModifierConstructorDescriptionBlockElement(Vector3fc from, Vector3fc to, Map<Direction, BlockElementFace> faces) BlockElement(Vector3fc from, Vector3fc to, Map<Direction, BlockElementFace> faces, @Nullable BlockElementRotation rotation, boolean shade, int lightEmission) BlockElement(Vector3fc from, Vector3fc to, Map<Direction, BlockElementFace> faces, @Nullable BlockElementRotation rotation, boolean shade, int lightEmission, ExtraFaceData faceData) Creates an instance of aBlockElementrecord class. -
Uses of BlockElementFace in net.neoforged.neoforge.client.model.generators.template
Methods in net.neoforged.neoforge.client.model.generators.template that return BlockElementFace