Class BlockFaceUV
- java.lang.Object
-
- net.minecraft.client.renderer.model.BlockFaceUV
-
public class BlockFaceUV extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BlockFaceUV.Deserializer
-
Constructor Summary
Constructors Constructor Description BlockFaceUV(float[] p_i46228_1_, int p_i46228_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getReverseIndex(int p_178345_1_)
private int
getShiftedIndex(int p_178347_1_)
float
getU(int p_178348_1_)
float
getV(int p_178346_1_)
void
setMissingUv(float[] p_178349_1_)
-