Uses of Class
net.minecraft.client.model.geom.builders.CubeListBuilder
Packages that use CubeListBuilder
-
Uses of CubeListBuilder in net.minecraft.client.model.geom.builders
Methods in net.minecraft.client.model.geom.builders that return CubeListBuilderModifier and TypeMethodDescriptionCubeListBuilder.addBox(float x0, float y0, float z0, float w, float h, float d) CubeListBuilder.addBox(float x0, float y0, float z0, float w, float h, float d, boolean mirror) CubeListBuilder.addBox(float x0, float y0, float z0, float w, float h, float d, Set<Direction> visibleSides) CubeListBuilder.addBox(float x0, float y0, float z0, float w, float h, float d, CubeDeformation g) CubeListBuilder.addBox(float x0, float y0, float z0, float w, float h, float d, CubeDeformation g, float xTexScale, float yTexScale) CubeListBuilder.addBox(String id, float x0, float y0, float z0, float w, float h, float d, CubeDeformation g) CubeListBuilder.addBox(String id, float x0, float y0, float z0, int w, int h, int d, int xTexOffs, int yTexOffs) CubeListBuilder.addBox(String id, float x0, float y0, float z0, int w, int h, int d, CubeDeformation g, int xTexOffs, int yTexOffs) static CubeListBuilderCubeListBuilder.create()CubeListBuilder.mirror()CubeListBuilder.mirror(boolean mirror) CubeListBuilder.texOffs(int xTexOffs, int yTexOffs) Methods in net.minecraft.client.model.geom.builders with parameters of type CubeListBuilderModifier and TypeMethodDescriptionPartDefinition.addOrReplaceChild(String name, CubeListBuilder cubes, PartPose partPose)