From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../minecraftforge/fluids/BlockFluidFinite.html | 470 --------------------- 1 file changed, 470 deletions(-) delete mode 100644 javadoc/net/minecraftforge/fluids/BlockFluidFinite.html (limited to 'javadoc/net/minecraftforge/fluids/BlockFluidFinite.html') diff --git a/javadoc/net/minecraftforge/fluids/BlockFluidFinite.html b/javadoc/net/minecraftforge/fluids/BlockFluidFinite.html deleted file mode 100644 index aa1e059..0000000 --- a/javadoc/net/minecraftforge/fluids/BlockFluidFinite.html +++ /dev/null @@ -1,470 +0,0 @@ - - - - - -BlockFluidFinite (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraftforge.fluids
-

Class BlockFluidFinite

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    IFluidBlock
    -
    -
    -
    -
    public class BlockFluidFinite
    -extends BlockFluidBase
    -
    This is a cellular-automata based finite fluid block implementation. - - It is highly recommended that you use/extend this class for finite fluid blocks.
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BlockFluidFinite

        -
        public BlockFluidFinite(Fluid fluid,
        -                Material material)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        canCollideCheck

        -
        public boolean canCollideCheck(int meta,
        -                      boolean fullHit)
        -
        -
        Specified by:
        -
        canCollideCheck in class BlockFluidBase
        -
        -
      • -
      - - - - - - - -
        -
      • -

        updateTick

        -
        public void updateTick(World world,
        -              int x,
        -              int y,
        -              int z,
        -              java.util.Random rand)
        -
        -
        Overrides:
        -
        updateTick in class Block
        -
        -
      • -
      - - - -
        -
      • -

        tryToFlowVerticallyInto

        -
        public int tryToFlowVerticallyInto(World world,
        -                          int x,
        -                          int y,
        -                          int z,
        -                          int amtToInput)
        -
      • -
      - - - -
        -
      • -

        drain

        -
        public FluidStack drain(World world,
        -               int x,
        -               int y,
        -               int z,
        -               boolean doDrain)
        -
        Description copied from interface: IFluidBlock
        -
        Attempt to drain the block. This method should be called by devices such as pumps. - - NOTE: The block is intended to handle its own state changes.
        -
        doDrain - If false, the drain will only be simulated.
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        canDrain

        -
        public boolean canDrain(World world,
        -               int x,
        -               int y,
        -               int z)
        -
        Description copied from interface: IFluidBlock
        -
        Check to see if a block can be drained. This method should be called by devices such as - pumps.
        -
        Returns:
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3