Class CropBlockBuilder.ShapeBuilder
java.lang.Object
dev.latvian.mods.kubejs.block.custom.CropBlockBuilder.ShapeBuilder
- Enclosing class:
CropBlockBuilder
-
Constructor Details
-
ShapeBuilder
public ShapeBuilder(int age)
-
-
Method Details
-
shape
@Info("Describe the shape of the crop at a specific age.\nmin/max coordinates are double values between 0 and 16.\n") public CropBlockBuilder.ShapeBuilder shape(int age, double minX, double minY, double minZ, double maxX, double maxY, double maxZ) -
wheat
@Info("Makes the block to have a box like wheat for each stage.") public CropBlockBuilder.ShapeBuilder wheat() -
carrot
@Info("Makes the block to have a box like carrot for each stage.") public CropBlockBuilder.ShapeBuilder carrot() -
beetroot
@Info("Makes the block to have a box like beetroot for each stage.") public CropBlockBuilder.ShapeBuilder beetroot() -
potato
@Info("Makes the block to have a box like potato for each stage.") public CropBlockBuilder.ShapeBuilder potato() -
getShapes
-