From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- javadoc/net/minecraft/block/BlockRailDetector.html | 544 +++++++++++++++++++++ 1 file changed, 544 insertions(+) create mode 100644 javadoc/net/minecraft/block/BlockRailDetector.html (limited to 'javadoc/net/minecraft/block/BlockRailDetector.html') diff --git a/javadoc/net/minecraft/block/BlockRailDetector.html b/javadoc/net/minecraft/block/BlockRailDetector.html new file mode 100644 index 0000000..ee813ca --- /dev/null +++ b/javadoc/net/minecraft/block/BlockRailDetector.html @@ -0,0 +1,544 @@ + + + + + +BlockRailDetector (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.block
+

Class BlockRailDetector

+
+
+ +
+
    +
  • +
    +
    +
    public class BlockRailDetector
    +extends BlockRailBase
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BlockRailDetector

        +
        public BlockRailDetector()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        tickRate

        +
        public int tickRate(World p_149738_1_)
        +
        +
        Overrides:
        +
        tickRate in class Block
        +
        +
      • +
      + + + +
        +
      • +

        canProvidePower

        +
        public boolean canProvidePower()
        +
        +
        Overrides:
        +
        canProvidePower in class Block
        +
        +
      • +
      + + + +
        +
      • +

        onEntityCollidedWithBlock

        +
        public void onEntityCollidedWithBlock(World p_149670_1_,
        +                             int p_149670_2_,
        +                             int p_149670_3_,
        +                             int p_149670_4_,
        +                             Entity p_149670_5_)
        +
        +
        Overrides:
        +
        onEntityCollidedWithBlock in class Block
        +
        +
      • +
      + + + +
        +
      • +

        updateTick

        +
        public void updateTick(World p_149674_1_,
        +              int p_149674_2_,
        +              int p_149674_3_,
        +              int p_149674_4_,
        +              java.util.Random p_149674_5_)
        +
        +
        Overrides:
        +
        updateTick in class Block
        +
        +
      • +
      + + + +
        +
      • +

        isProvidingWeakPower

        +
        public int isProvidingWeakPower(IBlockAccess p_149709_1_,
        +                       int p_149709_2_,
        +                       int p_149709_3_,
        +                       int p_149709_4_,
        +                       int p_149709_5_)
        +
        +
        Overrides:
        +
        isProvidingWeakPower in class Block
        +
        +
      • +
      + + + +
        +
      • +

        isProvidingStrongPower

        +
        public int isProvidingStrongPower(IBlockAccess p_149748_1_,
        +                         int p_149748_2_,
        +                         int p_149748_3_,
        +                         int p_149748_4_,
        +                         int p_149748_5_)
        +
        +
        Overrides:
        +
        isProvidingStrongPower in class Block
        +
        +
      • +
      + + + +
        +
      • +

        onBlockAdded

        +
        public void onBlockAdded(World p_149726_1_,
        +                int p_149726_2_,
        +                int p_149726_3_,
        +                int p_149726_4_)
        +
        +
        Overrides:
        +
        onBlockAdded in class BlockRailBase
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getComparatorInputOverride

        +
        public int getComparatorInputOverride(World p_149736_1_,
        +                             int p_149736_2_,
        +                             int p_149736_3_,
        +                             int p_149736_4_,
        +                             int p_149736_5_)
        +
        +
        Overrides:
        +
        getComparatorInputOverride in class Block
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getIcon

        +
        public IIcon getIcon(int p_149691_1_,
        +            int p_149691_2_)
        +
        +
        Overrides:
        +
        getIcon in class Block
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3