Package net.minecraft.client.model
Class ModelCuboidData
java.lang.Object
net.minecraft.client.model.ModelCuboidData
@Environment(CLIENT) public final class ModelCuboidData extends Object
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
ModelCuboidData(String name, float textureX, float textureY, float offsetX, float offsetY, float offsetZ, float sizeX, float sizeY, float sizeZ, Dilation extra, boolean mirror, float textureScaleX, float textureScaleY)
-
Method Summary
Modifier and Type Method Description ModelPart.Cuboid
createCuboid(int textureWidth, int textureHeight)
-
Field Details
-
name
-
offset
-
dimensions
-
extraSize
-
mirror
private final boolean mirror -
textureUV
-
textureScale
-
-
Constructor Details
-
ModelCuboidData
-
-
Method Details
-
createCuboid
-