From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../net/minecraft/block/BlockRedstoneLight.html | 417 +++++++++++++++++++++ 1 file changed, 417 insertions(+) create mode 100644 javadoc/net/minecraft/block/BlockRedstoneLight.html (limited to 'javadoc/net/minecraft/block/BlockRedstoneLight.html') diff --git a/javadoc/net/minecraft/block/BlockRedstoneLight.html b/javadoc/net/minecraft/block/BlockRedstoneLight.html new file mode 100644 index 0000000..aee5848 --- /dev/null +++ b/javadoc/net/minecraft/block/BlockRedstoneLight.html @@ -0,0 +1,417 @@ + + + + + +BlockRedstoneLight (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.block
+

Class BlockRedstoneLight

+
+
+ +
+
    +
  • +
    +
    +
    public class BlockRedstoneLight
    +extends Block
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        BlockRedstoneLight

        +
        public BlockRedstoneLight(boolean p_i45421_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onBlockAdded

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

        onNeighborBlockChange

        +
        public void onNeighborBlockChange(World p_149695_1_,
        +                         int p_149695_2_,
        +                         int p_149695_3_,
        +                         int p_149695_4_,
        +                         Block p_149695_5_)
        +
        +
        Overrides:
        +
        onNeighborBlockChange 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
        +
        +
      • +
      + + + +
        +
      • +

        getItemDropped

        +
        public Item getItemDropped(int p_149650_1_,
        +                  java.util.Random p_149650_2_,
        +                  int p_149650_3_)
        +
        +
        Overrides:
        +
        getItemDropped in class Block
        +
        +
      • +
      + + + +
        +
      • +

        getItem

        +
        public Item getItem(World p_149694_1_,
        +           int p_149694_2_,
        +           int p_149694_3_,
        +           int p_149694_4_)
        +
        +
        Overrides:
        +
        getItem in class Block
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3