Uses of Record Class
net.minecraft.client.renderer.block.model.BlockElementFace.UVs
Packages that use BlockElementFace.UVs
Package
Description
-
Uses of BlockElementFace.UVs in net.minecraft.client.renderer.block.model
Fields in net.minecraft.client.renderer.block.model declared as BlockElementFace.UVsModifier and TypeFieldDescriptionprivate static final BlockElementFace.UVs
ItemModelGenerator.NORTH_FACE_UVS
private static final BlockElementFace.UVs
ItemModelGenerator.SOUTH_FACE_UVS
private final BlockElementFace.UVs
BlockElementFace.uvs
The field for theuvs
record component.Methods in net.minecraft.client.renderer.block.model that return BlockElementFace.UVsModifier and TypeMethodDescriptionstatic BlockElementFace.UVs
FaceBakery.defaultFaceUV
(org.joml.Vector3fc p_404839_, org.joml.Vector3fc p_405755_, Direction p_404690_) private static BlockElementFace.UVs
BlockElementFace.Deserializer.getUVs
(com.google.gson.JsonObject p_405376_) private static BlockElementFace.UVs
FaceBakery.shrinkUVs
(TextureAtlasSprite p_404992_, BlockElementFace.UVs p_405227_) BlockElementFace.uvs()
Returns the value of theuvs
record component.Methods in net.minecraft.client.renderer.block.model with parameters of type BlockElementFace.UVsModifier 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_) static float
BlockElementFace.getU
(BlockElementFace.UVs p_405199_, Quadrant p_404689_, int p_404785_) static float
BlockElementFace.getV
(BlockElementFace.UVs p_405500_, Quadrant p_404709_, int p_405113_) private static int[]
FaceBakery.makeVertices
(BlockElementFace.UVs p_405062_, Quadrant p_405779_, org.joml.Matrix4fc p_404746_, TextureAtlasSprite p_111575_, Direction p_111576_, float[] p_111577_, Transformation p_111578_, BlockElementRotation p_111579_) private static BlockElementFace.UVs
FaceBakery.shrinkUVs
(TextureAtlasSprite p_404992_, BlockElementFace.UVs p_405227_) Constructors in net.minecraft.client.renderer.block.model with parameters of type BlockElementFace.UVsModifierConstructorDescriptionBlockElementFace
(Direction cullForDirection, int tintIndex, String texture, BlockElementFace.UVs uvs, Quadrant rotation) BlockElementFace
(Direction cullForDirection, int tintIndex, String texture, BlockElementFace.UVs uvs, Quadrant rotation, ExtraFaceData faceData, org.apache.commons.lang3.mutable.MutableObject<BlockElement> parent) Creates an instance of aBlockElementFace
record class. -
Uses of BlockElementFace.UVs in net.neoforged.neoforge.client.model
Methods in net.neoforged.neoforge.client.model that return BlockElementFace.UVsModifier and TypeMethodDescriptionprivate static BlockElementFace.UVs
UnbakedElementsHelper.expandUVs
(BlockElementFace.UVs uvs, float expand) Methods in net.neoforged.neoforge.client.model with parameters of type BlockElementFace.UVsModifier and TypeMethodDescriptionprivate static BlockElementFace.UVs
UnbakedElementsHelper.expandUVs
(BlockElementFace.UVs uvs, float expand) -
Uses of BlockElementFace.UVs in net.neoforged.neoforge.client.model.generators.template
Fields in net.neoforged.neoforge.client.model.generators.template declared as BlockElementFace.UVs