Class LiquidFlowEvent

All Implemented Interfaces:
Cancellable

public final class LiquidFlowEvent extends BlockEvent implements Cancellable
  • Constructor Details

    • LiquidFlowEvent

      public LiquidFlowEvent(BlockState to, Block source, int newFlowDecay)
  • Method Details

    • getNewFlowDecay

      public int getNewFlowDecay()
    • getSource

      public Block getSource()
    • getTo

      public BlockState getTo()