Uses of Enum Class
net.minecraft.client.renderer.FaceInfo
Packages that use FaceInfo
-
Uses of FaceInfo in net.minecraft.client.renderer
Subclasses with type arguments of type FaceInfo in net.minecraft.client.rendererFields in net.minecraft.client.renderer with type parameters of type FaceInfoMethods in net.minecraft.client.renderer that return FaceInfoModifier and TypeMethodDescriptionstatic FaceInfoFaceInfo.fromFacing(Direction direction) 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.resources.model.cuboid
Methods in net.minecraft.client.resources.model.cuboid with parameters of type FaceInfoModifier and TypeMethodDescriptionprivate static voidFaceBakery.bakeVertex(int index, FaceInfo faceInfo, CuboidFace.UVs uvs, Quadrant uvRotation, org.joml.Matrix4fc uvTransform, org.joml.Vector3fc from, org.joml.Vector3fc to, BakedQuad.MaterialInfo materialInfo, Transformation rotation, @Nullable CuboidRotation elementRotation, org.joml.Vector3fc[] positionOutput, long[] uvOutput, ModelBaker.Interner interner)