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/dispenser/IBlockSource.html | 323 ++++++++++++++++++++++ 1 file changed, 323 insertions(+) create mode 100644 javadoc/net/minecraft/dispenser/IBlockSource.html (limited to 'javadoc/net/minecraft/dispenser/IBlockSource.html') diff --git a/javadoc/net/minecraft/dispenser/IBlockSource.html b/javadoc/net/minecraft/dispenser/IBlockSource.html new file mode 100644 index 0000000..6720903 --- /dev/null +++ b/javadoc/net/minecraft/dispenser/IBlockSource.html @@ -0,0 +1,323 @@ + + + + + +IBlockSource (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.dispenser
+

Interface IBlockSource

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getX

        +
        double getX()
        +
        +
        Specified by:
        +
        getX in interface IPosition
        +
        +
      • +
      + + + +
        +
      • +

        getY

        +
        double getY()
        +
        +
        Specified by:
        +
        getY in interface IPosition
        +
        +
      • +
      + + + +
        +
      • +

        getZ

        +
        double getZ()
        +
        +
        Specified by:
        +
        getZ in interface IPosition
        +
        +
      • +
      + + + +
        +
      • +

        getXInt

        +
        int getXInt()
        +
      • +
      + + + +
        +
      • +

        getYInt

        +
        int getYInt()
        +
      • +
      + + + +
        +
      • +

        getZInt

        +
        int getZInt()
        +
      • +
      + + + +
        +
      • +

        getBlockMetadata

        +
        int getBlockMetadata()
        +
      • +
      + + + +
        +
      • +

        getBlockTileEntity

        +
        TileEntity getBlockTileEntity()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3