Class ExpandLayeredCauldronBlock

java.lang.Object
com.blamejared.crafttweaker.natives.block.type.cauldron.ExpandLayeredCauldronBlock

@ZenRegister public class ExpandLayeredCauldronBlock extends Object
  • Constructor Details

    • ExpandLayeredCauldronBlock

      public ExpandLayeredCauldronBlock()
  • Method Details

    • lowerFillLevel

      public static void lowerFillLevel(net.minecraft.world.level.block.state.BlockState blockState, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos position)
      Lowers the fill level of the layered Cauldron at the given position.
      Parameters:
      blockState - The blockstate of the cauldron.
      level - The current level.
      position - The position of the cauldron.
      DocParam:
      blockState <blockstate:minecraft:cauldron:level=3>, level level, position new BlockPos(1, 2, 3);