LayeredCauldronBlock
Importing the class
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
Extending AbstractCauldronBlock
LayeredCauldronBlock extends AbstractCauldronBlock. That means all methods available in AbstractCauldronBlock are also available in LayeredCauldronBlock
Static Methods
Lowers the fill level of the layered Cauldron at the given position.
Parameter | Type | Description |
---|---|---|
Parameter blockState | Type BlockState | Description The blockstate of the cauldron. |
Parameter level | Type Level | Description The current level. |
Parameter position | Type BlockPos | Description The position of the cauldron. |