Uses of Enum Class
net.minecraft.client.renderer.FaceInfo
Packages that use FaceInfo
-
Uses of FaceInfo in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type FaceInfoMethods in net.minecraft.client.renderer that return FaceInfoModifier and TypeMethodDescriptionstatic FaceInfoFaceInfo.fromFacing(Direction facing) static FaceInfoReturns the enum constant of this class with the specified name.static FaceInfo[]FaceInfo.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FaceInfo in net.minecraft.client.renderer.block.model
Methods in net.minecraft.client.renderer.block.model with parameters of type FaceInfoModifier and TypeMethodDescriptionprivate static voidFaceBakery.bakeVertex(int vertexIndex, FaceInfo faceInfo, BlockElementFace.UVs uvs, Quadrant faceRotation, Matrix4fc inverseFaceTransform, Vector3fc posFrom, Vector3fc posTo, TextureAtlasSprite sprite, Transformation transformation, @Nullable BlockElementRotation rotation, Vector3fc[] positions, long[] packedUVs, ModelBaker.PartCache partCache)