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 declared as FaceInfoMethods in net.minecraft.client.renderer that return FaceInfoModifier and TypeMethodDescriptionstatic FaceInfo
FaceInfo.fromFacing
(Direction pFacing) static FaceInfo
Returns 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 void
FaceBakery.bakeVertex
(int[] p_111621_, int p_111622_, FaceInfo p_405531_, BlockElementFace.UVs p_405537_, Quadrant p_404831_, org.joml.Matrix4fc p_405449_, float[] p_111625_, TextureAtlasSprite p_111626_, Transformation p_111627_, BlockElementRotation p_111628_)