Class LiquidFlowEvent

All Implemented Interfaces:
Cancellable

public class LiquidFlowEvent extends BlockEvent implements Cancellable
  • Constructor Details

    • LiquidFlowEvent

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

    • getHandlers

      public static HandlerList getHandlers()
    • getNewFlowDecay

      public int getNewFlowDecay()
    • getSource

      public BlockLiquid getSource()
    • getTo

      public Block getTo()