Interface FluidManager


public interface FluidManager
  • Method Details

    • fluidAt

      FluidState fluidAt(Key world, int x, int y, int z)
    • placeSource

      boolean placeSource(Key world, int x, int y, int z, FluidType type)
    • removeFluid

      boolean removeFluid(Key world, int x, int y, int z)
    • scheduleUpdate

      void scheduleUpdate(Key world, int x, int y, int z)
    • notifyBlockChanged

      void notifyBlockChanged(Key world, int x, int y, int z)