Uses of Class
net.minecraft.client.model.ModelPart.Cuboid
| Package | Description |
|---|---|
| net.minecraft.client.model |
-
Uses of ModelPart.Cuboid in net.minecraft.client.model
Fields in net.minecraft.client.model with type parameters of type ModelPart.Cuboid Modifier and Type Field Description private List<ModelPart.Cuboid>ModelPart. cuboidsMethods in net.minecraft.client.model that return ModelPart.Cuboid Modifier and Type Method Description ModelPart.CuboidModelCuboidData. createCuboid(int textureWidth, int textureHeight)ModelPart.CuboidModelPart. getRandomCuboid(Random random)Methods in net.minecraft.client.model with parameters of type ModelPart.Cuboid Modifier and Type Method Description voidModelPart.class_6229. method_35748(MatrixStack.Entry entry, String string, int int2, ModelPart.Cuboid cuboid)Constructor parameters in net.minecraft.client.model with type arguments of type ModelPart.Cuboid Constructor Description ModelPart(List<ModelPart.Cuboid> cuboids, Map<String,ModelPart> children)