类 BlockFaceUV
java.lang.Object
net.minecraft.client.renderer.block.model.BlockFaceUV
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明int
getReverseIndex
(int p_111399_) private int
getShiftedIndex
(int p_111401_) float
getU
(int p_111393_) float
getV
(int p_111397_) void
setMissingUv
(float[] p_111395_)
-
字段详细资料
-
uvs
public float[] uvs -
rotation
public final int rotation
-
-
构造器详细资料
-
BlockFaceUV
public BlockFaceUV(@Nullable float[] p_111390_, int p_111391_)
-
-
方法详细资料
-
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_)
-