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
Fields 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 type, 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 json) private Map<Direction, BlockElementFace> BlockElement.Deserializer.getFaces(JsonDeserializationContext context, JsonObject json) Methods in net.minecraft.client.renderer.block.model with parameters of type BlockElementFaceModifier and TypeMethodDescriptionstatic BakedQuadFaceBakery.bakeQuad(ModelBaker.PartCache partCache, Vector3fc posFrom, Vector3fc posTo, BlockElementFace face, TextureAtlasSprite sprite, Direction facing, ModelState modelState, @Nullable BlockElementRotation rotation, boolean shade, int lightEmission) Constructor parameters in net.minecraft.client.renderer.block.model with type arguments of type BlockElementFaceModifierConstructorDescriptionBlockElement(Vector3fc p_405527_, Vector3fc p_405454_, Map<Direction, BlockElementFace> p_362722_) 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