net.minecraft.client.model

public class ModelPartBuilder

net.minecraft.client.model.geom.builders.CubeListBuilder
net.minecraft.class_5606
net.minecraft.client.model.ModelPartBuilder

Field summary

Modifier and TypeField
private static final Set<Direction>
ALL_VISIBLE
field_42888
ALL_DIRECTIONS
private final List<ModelCuboidData>
cubes
field_27719
cuboidData
private int
xTexOffs
field_27720
textureX
private int
yTexOffs
field_27721
textureY
private boolean
mirror
field_27722
mirror

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public ModelPartBuilder
texOffs(int xTexOffs, int yTexOffs)
method_32101(int arg0, int arg1)
uv(int textureX, int textureY)
public ModelPartBuilder
mirror()
method_32096()
mirrored()
public ModelPartBuilder
mirror(boolean mirror)
method_32106(boolean arg0)
mirrored(boolean mirror)
public ModelPartBuilder
addBox(String id, float x0, float y0, float z0, int w, int h, int d, CubeDeformation g, int xTexOffs, int yTexOffs)
method_32105(String arg0, float arg1, float arg2, float arg3, int arg4, int arg5, int arg6, class_5605 arg7, int arg8, int arg9)
cuboid(String name, float offsetX, float offsetY, float offsetZ, int sizeX, int sizeY, int sizeZ, Dilation extra, int textureX, int textureY)
public ModelPartBuilder
addBox(String id, float x0, float y0, float z0, int w, int h, int d, int xTexOffs, int yTexOffs)
method_32104(String arg0, float arg1, float arg2, float arg3, int arg4, int arg5, int arg6, int arg7, int arg8)
cuboid(String name, float offsetX, float offsetY, float offsetZ, int sizeX, int sizeY, int sizeZ, int textureX, int textureY)
public ModelPartBuilder
addBox(float x0, float y0, float z0, float w, float h, float d)
method_32097(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5)
cuboid(float offsetX, float offsetY, float offsetZ, float sizeX, float sizeY, float sizeZ)
public ModelPartBuilder
addBox(float x0, float y0, float z0, float w, float h, float d, Set<Direction> visibleSides)
method_49304(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5, Set<class_2350> arg6)
cuboid(float offsetX, float offsetY, float offsetZ, float sizeX, float sizeY, float sizeZ, Set<Direction> directions)
public ModelPartBuilder
addBox(String id, float x0, float y0, float z0, float w, float h, float d)
method_32102(String arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6)
cuboid(String name, float offsetX, float offsetY, float offsetZ, float sizeX, float sizeY, float sizeZ)
public ModelPartBuilder
addBox(String id, float x0, float y0, float z0, float w, float h, float d, CubeDeformation g)
method_32103(String arg0, float arg1, float arg2, float arg3, float arg4, float arg5, float arg6, class_5605 arg7)
cuboid(String name, float offsetX, float offsetY, float offsetZ, float sizeX, float sizeY, float sizeZ, Dilation extra)
public ModelPartBuilder
addBox(float x0, float y0, float z0, float w, float h, float d, boolean mirror)
method_32100(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5, boolean arg6)
cuboid(float offsetX, float offsetY, float offsetZ, float sizeX, float sizeY, float sizeZ, boolean mirror)
public ModelPartBuilder
addBox(float x0, float y0, float z0, float w, float h, float d, CubeDeformation g, float xTexScale, float yTexScale)
method_32099(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5, class_5605 arg6, float arg7, float arg8)
cuboid(float offsetX, float offsetY, float offsetZ, float sizeX, float sizeY, float sizeZ, Dilation extra, float textureScaleX, float textureScaleY)
public ModelPartBuilder
addBox(float x0, float y0, float z0, float w, float h, float d, CubeDeformation g)
method_32098(float arg0, float arg1, float arg2, float arg3, float arg4, float arg5, class_5605 arg6)
cuboid(float offsetX, float offsetY, float offsetZ, float sizeX, float sizeY, float sizeZ, Dilation extra)
public List<ModelCuboidData>
getCubes()
method_32107()
build()
public static ModelPartBuilder
create()
method_32108()
create()