Uses of Class
net.minecraft.client.renderer.model.BlockPartRotation
-
Packages that use BlockPartRotation Package Description net.minecraft.client.renderer.model net.minecraftforge.client.model.generators -
-
Uses of BlockPartRotation in net.minecraft.client.renderer.model
Fields in net.minecraft.client.renderer.model declared as BlockPartRotation Modifier and Type Field Description BlockPartRotation
BlockPart. rotation
Methods in net.minecraft.client.renderer.model that return BlockPartRotation Modifier and Type Method Description private BlockPartRotation
BlockPart.Deserializer. getRotation(com.google.gson.JsonObject p_178256_1_)
Methods in net.minecraft.client.renderer.model with parameters of type BlockPartRotation Modifier and Type Method Description private void
FaceBakery. applyElementRotation(Vector3f p_199336_1_, BlockPartRotation p_199336_2_)
BakedQuad
FaceBakery. bakeQuad(Vector3f p_228824_1_, Vector3f p_228824_2_, BlockPartFace p_228824_3_, TextureAtlasSprite p_228824_4_, Direction p_228824_5_, IModelTransform p_228824_6_, BlockPartRotation p_228824_7_, boolean p_228824_8_, ResourceLocation p_228824_9_)
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 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_)
Constructors in net.minecraft.client.renderer.model with parameters of type BlockPartRotation Constructor Description BlockPart(Vector3f p_i47624_1_, Vector3f p_i47624_2_, java.util.Map<Direction,BlockPartFace> p_i47624_3_, BlockPartRotation p_i47624_4_, boolean p_i47624_5_)
-
Uses of BlockPartRotation in net.minecraftforge.client.model.generators
Methods in net.minecraftforge.client.model.generators that return BlockPartRotation Modifier and Type Method Description (package private) BlockPartRotation
ModelBuilder.ElementBuilder.RotationBuilder. build()
-