Class BlockFaceUV
java.lang.Object
net.minecraft.client.renderer.block.model.BlockFaceUV
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintgetReverseIndex(int p_111399_) private intgetShiftedIndex(int p_111401_) floatgetU(int p_111393_) floatgetV(int p_111397_) voidsetMissingUv(float[] p_111395_)  
- 
Field Details
- 
uvs
public float[] uvs - 
rotation
public final int rotation 
 - 
 - 
Constructor Details
- 
BlockFaceUV
public BlockFaceUV(@Nullable float[] p_111390_, int p_111391_)  
 - 
 - 
Method Details
- 
getU
public float getU(int p_111393_)  - 
getV
public float getV(int p_111397_)  - 
getShiftedIndex
private int getShiftedIndex(int p_111401_)  - 
getReverseIndex
public int getReverseIndex(int p_111399_)  - 
setMissingUv
public void setMissingUv(float[] p_111395_)  
 -