Uses of Class
net.minecraft.client.renderer.model.BlockFaceUV
-
Packages that use BlockFaceUV Package Description net.minecraft.client.renderer.model -
-
Uses of BlockFaceUV in net.minecraft.client.renderer.model
Fields in net.minecraft.client.renderer.model declared as BlockFaceUV Modifier and Type Field Description BlockFaceUV
BlockPartFace. uv
Methods in net.minecraft.client.renderer.model that return BlockFaceUV Modifier and Type Method Description BlockFaceUV
BlockFaceUV.Deserializer. deserialize(com.google.gson.JsonElement p_deserialize_1_, java.lang.reflect.Type p_deserialize_2_, com.google.gson.JsonDeserializationContext p_deserialize_3_)
static BlockFaceUV
FaceBakery. recomputeUVs(BlockFaceUV p_228821_0_, Direction p_228821_1_, TransformationMatrix p_228821_2_, ResourceLocation p_228821_3_)
Methods in net.minecraft.client.renderer.model with parameters of type BlockFaceUV Modifier and Type Method Description private void
FaceBakery. bakeVertex(int[] p_228827_1_, int p_228827_2_, Direction p_228827_3_, BlockFaceUV p_228827_4_, float[] p_228827_5_, TextureAtlasSprite p_228827_6_, TransformationMatrix p_228827_7_, BlockPartRotation p_228827_8_, boolean p_228827_9_)
private void
FaceBakery. fillVertex(int[] p_239288_1_, int p_239288_2_, Vector3f p_239288_3_, TextureAtlasSprite p_239288_4_, BlockFaceUV p_239288_5_)
private int[]
FaceBakery. makeVertices(BlockFaceUV p_228820_1_, TextureAtlasSprite p_228820_2_, Direction p_228820_3_, float[] p_228820_4_, TransformationMatrix p_228820_5_, BlockPartRotation p_228820_6_, boolean p_228820_7_)
static BlockFaceUV
FaceBakery. recomputeUVs(BlockFaceUV p_228821_0_, Direction p_228821_1_, TransformationMatrix p_228821_2_, ResourceLocation p_228821_3_)
Constructors in net.minecraft.client.renderer.model with parameters of type BlockFaceUV Constructor Description BlockPartFace(Direction p_i46230_1_, int p_i46230_2_, java.lang.String p_i46230_3_, BlockFaceUV p_i46230_4_)
-