类 BlockFaceUV
java.lang.Object
net.minecraft.client.renderer.block.model.BlockFaceUV
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明int
getReverseIndex
(int pIndex) private int
getShiftedIndex
(int pIndex) float
getU
(int pIndex) float
getV
(int pIndex) void
setMissingUv
(float[] pUvs)
-
字段详细资料
-
uvs
public float[] uvs -
rotation
public final int rotation
-
-
构造器详细资料
-
BlockFaceUV
public BlockFaceUV(@Nullable float[] pUvs, int pRotation)
-
-
方法详细资料
-
getU
public float getU(int pIndex) -
getV
public float getV(int pIndex) -
getShiftedIndex
private int getShiftedIndex(int pIndex) -
getReverseIndex
public int getReverseIndex(int pIndex) -
setMissingUv
public void setMissingUv(float[] pUvs)
-