Uses of Class
net.minecraft.client.renderer.block.model.BlockElementRotation
Package
Description
-
Uses of BlockElementRotation in net.minecraft.client.renderer.block.model
Modifier and TypeMethodDescriptionprivate BlockElementRotation
BlockElement.Deserializer.getRotation(com.google.gson.JsonObject p_111333_)
Modifier and TypeMethodDescriptionprivate void
FaceBakery.applyElementRotation(Vector3f p_111587_, BlockElementRotation p_111588_)
FaceBakery.bakeQuad(Vector3f p_111601_, Vector3f p_111602_, BlockElementFace p_111603_, TextureAtlasSprite p_111604_, Direction p_111605_, ModelState p_111606_, BlockElementRotation p_111607_, boolean p_111608_, ResourceLocation p_111609_)
private void
FaceBakery.bakeVertex(int[] p_111621_, int p_111622_, Direction p_111623_, BlockFaceUV p_111624_, float[] p_111625_, TextureAtlasSprite p_111626_, Transformation p_111627_, BlockElementRotation p_111628_, boolean p_111629_)
private int[]
FaceBakery.makeVertices(BlockFaceUV p_111574_, TextureAtlasSprite p_111575_, Direction p_111576_, float[] p_111577_, Transformation p_111578_, BlockElementRotation p_111579_, boolean p_111580_)
ModifierConstructorDescriptionBlockElement(Vector3f p_111314_, Vector3f p_111315_, Map<Direction,BlockElementFace> p_111316_, BlockElementRotation p_111317_, boolean p_111318_)
-
Uses of BlockElementRotation in net.minecraftforge.client.model.generators
Modifier and TypeMethodDescription(package private) BlockElementRotation
ModelBuilder.ElementBuilder.RotationBuilder.build()