From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- javadoc/net/minecraft/tileentity/IHopper.html | 259 +++++++ ...MobSpawnerBaseLogic.WeightedRandomMinecart.html | 333 +++++++++ .../minecraft/tileentity/MobSpawnerBaseLogic.html | 530 ++++++++++++++ javadoc/net/minecraft/tileentity/TileEntity.html | 766 +++++++++++++++++++++ .../net/minecraft/tileentity/TileEntityBeacon.html | 707 +++++++++++++++++++ .../tileentity/TileEntityBrewingStand.html | 652 ++++++++++++++++++ .../net/minecraft/tileentity/TileEntityChest.html | 764 ++++++++++++++++++++ .../tileentity/TileEntityCommandBlock.html | 332 +++++++++ .../minecraft/tileentity/TileEntityComparator.html | 328 +++++++++ .../tileentity/TileEntityDaylightDetector.html | 285 ++++++++ .../minecraft/tileentity/TileEntityDispenser.html | 595 ++++++++++++++++ .../minecraft/tileentity/TileEntityDropper.html | 317 +++++++++ .../tileentity/TileEntityEnchantmentTable.html | 503 ++++++++++++++ .../minecraft/tileentity/TileEntityEndPortal.html | 253 +++++++ .../minecraft/tileentity/TileEntityEnderChest.html | 414 +++++++++++ .../minecraft/tileentity/TileEntityFlowerPot.html | 374 ++++++++++ .../minecraft/tileentity/TileEntityFurnace.html | 745 ++++++++++++++++++++ .../net/minecraft/tileentity/TileEntityHopper.html | 759 ++++++++++++++++++++ .../minecraft/tileentity/TileEntityMobSpawner.html | 368 ++++++++++ .../net/minecraft/tileentity/TileEntityNote.html | 375 ++++++++++ .../net/minecraft/tileentity/TileEntityPiston.html | 473 +++++++++++++ .../net/minecraft/tileentity/TileEntitySign.html | 412 +++++++++++ .../net/minecraft/tileentity/TileEntitySkull.html | 397 +++++++++++ .../net/minecraft/tileentity/package-frame.html | 43 ++ .../net/minecraft/tileentity/package-summary.html | 226 ++++++ javadoc/net/minecraft/tileentity/package-tree.html | 165 +++++ 26 files changed, 11375 insertions(+) create mode 100644 javadoc/net/minecraft/tileentity/IHopper.html create mode 100644 javadoc/net/minecraft/tileentity/MobSpawnerBaseLogic.WeightedRandomMinecart.html create mode 100644 javadoc/net/minecraft/tileentity/MobSpawnerBaseLogic.html create mode 100644 javadoc/net/minecraft/tileentity/TileEntity.html create mode 100644 javadoc/net/minecraft/tileentity/TileEntityBeacon.html create mode 100644 javadoc/net/minecraft/tileentity/TileEntityBrewingStand.html create mode 100644 javadoc/net/minecraft/tileentity/TileEntityChest.html create mode 100644 javadoc/net/minecraft/tileentity/TileEntityCommandBlock.html create mode 100644 javadoc/net/minecraft/tileentity/TileEntityComparator.html create mode 100644 javadoc/net/minecraft/tileentity/TileEntityDaylightDetector.html create mode 100644 javadoc/net/minecraft/tileentity/TileEntityDispenser.html create mode 100644 javadoc/net/minecraft/tileentity/TileEntityDropper.html create mode 100644 javadoc/net/minecraft/tileentity/TileEntityEnchantmentTable.html create mode 100644 javadoc/net/minecraft/tileentity/TileEntityEndPortal.html create mode 100644 javadoc/net/minecraft/tileentity/TileEntityEnderChest.html create mode 100644 javadoc/net/minecraft/tileentity/TileEntityFlowerPot.html create mode 100644 javadoc/net/minecraft/tileentity/TileEntityFurnace.html create mode 100644 javadoc/net/minecraft/tileentity/TileEntityHopper.html create mode 100644 javadoc/net/minecraft/tileentity/TileEntityMobSpawner.html create mode 100644 javadoc/net/minecraft/tileentity/TileEntityNote.html create mode 100644 javadoc/net/minecraft/tileentity/TileEntityPiston.html create mode 100644 javadoc/net/minecraft/tileentity/TileEntitySign.html create mode 100644 javadoc/net/minecraft/tileentity/TileEntitySkull.html create mode 100644 javadoc/net/minecraft/tileentity/package-frame.html create mode 100644 javadoc/net/minecraft/tileentity/package-summary.html create mode 100644 javadoc/net/minecraft/tileentity/package-tree.html (limited to 'javadoc/net/minecraft/tileentity') diff --git a/javadoc/net/minecraft/tileentity/IHopper.html b/javadoc/net/minecraft/tileentity/IHopper.html new file mode 100644 index 0000000..d0bb38b --- /dev/null +++ b/javadoc/net/minecraft/tileentity/IHopper.html @@ -0,0 +1,259 @@ + + + + + +IHopper (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Interface IHopper

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

      Method Detail

      + + + +
        +
      • +

        getWorldObj

        +
        World getWorldObj()
        +
      • +
      + + + +
        +
      • +

        getXPos

        +
        double getXPos()
        +
      • +
      + + + +
        +
      • +

        getYPos

        +
        double getYPos()
        +
      • +
      + + + +
        +
      • +

        getZPos

        +
        double getZPos()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/MobSpawnerBaseLogic.WeightedRandomMinecart.html b/javadoc/net/minecraft/tileentity/MobSpawnerBaseLogic.WeightedRandomMinecart.html new file mode 100644 index 0000000..7d0ec18 --- /dev/null +++ b/javadoc/net/minecraft/tileentity/MobSpawnerBaseLogic.WeightedRandomMinecart.html @@ -0,0 +1,333 @@ + + + + + +MobSpawnerBaseLogic.WeightedRandomMinecart (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Class MobSpawnerBaseLogic.WeightedRandomMinecart

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

      Field Detail

      + + + + + + + +
        +
      • +

        entityTypeName

        +
        public final java.lang.String entityTypeName
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MobSpawnerBaseLogic.WeightedRandomMinecart

        +
        public MobSpawnerBaseLogic.WeightedRandomMinecart(NBTTagCompound p_i1945_2_)
        +
      • +
      + + + +
        +
      • +

        MobSpawnerBaseLogic.WeightedRandomMinecart

        +
        public MobSpawnerBaseLogic.WeightedRandomMinecart(NBTTagCompound p_i1946_2_,
        +                                          java.lang.String p_i1946_3_)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/MobSpawnerBaseLogic.html b/javadoc/net/minecraft/tileentity/MobSpawnerBaseLogic.html new file mode 100644 index 0000000..74a0cf4 --- /dev/null +++ b/javadoc/net/minecraft/tileentity/MobSpawnerBaseLogic.html @@ -0,0 +1,530 @@ + + + + + +MobSpawnerBaseLogic (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Class MobSpawnerBaseLogic

+
+
+ +
+
    +
  • +
    +
    +
    public abstract class MobSpawnerBaseLogic
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        spawnDelay

        +
        public int spawnDelay
        +
      • +
      + + + +
        +
      • +

        field_98287_c

        +
        public double field_98287_c
        +
      • +
      + + + +
        +
      • +

        field_98284_d

        +
        public double field_98284_d
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        MobSpawnerBaseLogic

        +
        public MobSpawnerBaseLogic()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getEntityNameToSpawn

        +
        public java.lang.String getEntityNameToSpawn()
        +
      • +
      + + + +
        +
      • +

        setEntityName

        +
        public void setEntityName(java.lang.String p_98272_1_)
        +
      • +
      + + + +
        +
      • +

        isActivated

        +
        public boolean isActivated()
        +
      • +
      + + + +
        +
      • +

        updateSpawner

        +
        public void updateSpawner()
        +
      • +
      + + + +
        +
      • +

        func_98265_a

        +
        public Entity func_98265_a(Entity p_98265_1_)
        +
      • +
      + + + +
        +
      • +

        readFromNBT

        +
        public void readFromNBT(NBTTagCompound p_98270_1_)
        +
      • +
      + + + +
        +
      • +

        writeToNBT

        +
        public void writeToNBT(NBTTagCompound p_98280_1_)
        +
      • +
      + + + +
        +
      • +

        setDelayToMin

        +
        public boolean setDelayToMin(int p_98268_1_)
        +
      • +
      + + + +
        +
      • +

        func_98281_h

        +
        public Entity func_98281_h()
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        func_98267_a

        +
        public abstract void func_98267_a(int p_98267_1_)
        +
      • +
      + + + +
        +
      • +

        getSpawnerWorld

        +
        public abstract World getSpawnerWorld()
        +
      • +
      + + + +
        +
      • +

        getSpawnerX

        +
        public abstract int getSpawnerX()
        +
      • +
      + + + +
        +
      • +

        getSpawnerY

        +
        public abstract int getSpawnerY()
        +
      • +
      + + + +
        +
      • +

        getSpawnerZ

        +
        public abstract int getSpawnerZ()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/TileEntity.html b/javadoc/net/minecraft/tileentity/TileEntity.html new file mode 100644 index 0000000..5d84e91 --- /dev/null +++ b/javadoc/net/minecraft/tileentity/TileEntity.html @@ -0,0 +1,766 @@ + + + + + +TileEntity (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Class TileEntity

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

      Field Detail

      + + + +
        +
      • +

        worldObj

        +
        protected World worldObj
        +
      • +
      + + + +
        +
      • +

        xCoord

        +
        public int xCoord
        +
      • +
      + + + +
        +
      • +

        yCoord

        +
        public int yCoord
        +
      • +
      + + + +
        +
      • +

        zCoord

        +
        public int zCoord
        +
      • +
      + + + +
        +
      • +

        tileEntityInvalid

        +
        protected boolean tileEntityInvalid
        +
      • +
      + + + +
        +
      • +

        blockMetadata

        +
        public int blockMetadata
        +
      • +
      + + + +
        +
      • +

        blockType

        +
        public Block blockType
        +
      • +
      + + + +
        +
      • +

        INFINITE_EXTENT_AABB

        +
        public static final AxisAlignedBB INFINITE_EXTENT_AABB
        +
        Sometimes default render bounding box: infinite in scope. Used to control rendering on TileEntitySpecialRenderer.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TileEntity

        +
        public TileEntity()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addMapping

        +
        public static void addMapping(java.lang.Class p_145826_0_,
        +              java.lang.String p_145826_1_)
        +
      • +
      + + + +
        +
      • +

        getWorldObj

        +
        public World getWorldObj()
        +
      • +
      + + + +
        +
      • +

        setWorldObj

        +
        public void setWorldObj(World p_145834_1_)
        +
      • +
      + + + +
        +
      • +

        hasWorldObj

        +
        public boolean hasWorldObj()
        +
      • +
      + + + +
        +
      • +

        readFromNBT

        +
        public void readFromNBT(NBTTagCompound p_145839_1_)
        +
      • +
      + + + +
        +
      • +

        writeToNBT

        +
        public void writeToNBT(NBTTagCompound p_145841_1_)
        +
      • +
      + + + +
        +
      • +

        updateEntity

        +
        public void updateEntity()
        +
      • +
      + + + + + + + +
        +
      • +

        getBlockMetadata

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

        markDirty

        +
        public void markDirty()
        +
      • +
      + + + +
        +
      • +

        getDistanceFrom

        +
        public double getDistanceFrom(double p_145835_1_,
        +                     double p_145835_3_,
        +                     double p_145835_5_)
        +
      • +
      + + + +
        +
      • +

        getMaxRenderDistanceSquared

        +
        public double getMaxRenderDistanceSquared()
        +
      • +
      + + + +
        +
      • +

        getBlockType

        +
        public Block getBlockType()
        +
      • +
      + + + +
        +
      • +

        getDescriptionPacket

        +
        public Packet getDescriptionPacket()
        +
      • +
      + + + +
        +
      • +

        isInvalid

        +
        public boolean isInvalid()
        +
      • +
      + + + +
        +
      • +

        invalidate

        +
        public void invalidate()
        +
      • +
      + + + +
        +
      • +

        validate

        +
        public void validate()
        +
      • +
      + + + +
        +
      • +

        receiveClientEvent

        +
        public boolean receiveClientEvent(int p_145842_1_,
        +                         int p_145842_2_)
        +
      • +
      + + + +
        +
      • +

        updateContainingBlockInfo

        +
        public void updateContainingBlockInfo()
        +
      • +
      + + + + + + + +
        +
      • +

        canUpdate

        +
        public boolean canUpdate()
        +
        Determines if this TileEntity requires update calls.
        +
        Returns:
        True if you want updateEntity() to be called, false if not
        +
      • +
      + + + +
        +
      • +

        onDataPacket

        +
        public void onDataPacket(NetworkManager net,
        +                S35PacketUpdateTileEntity pkt)
        +
        Called when you receive a TileEntityData packet for the location this + TileEntity is currently in. On the client, the NetworkManager will always + be the remote server. On the server, it will be whomever is responsible for + sending the packet.
        +
        Parameters:
        net - The NetworkManager the packet originated from
        pkt - The data packet
        +
      • +
      + + + +
        +
      • +

        onChunkUnload

        +
        public void onChunkUnload()
        +
        Called when the chunk this TileEntity is on is Unloaded.
        +
      • +
      + + + +
        +
      • +

        shouldRefresh

        +
        public boolean shouldRefresh(Block oldBlock,
        +                    Block newBlock,
        +                    int oldMeta,
        +                    int newMeta,
        +                    World world,
        +                    int x,
        +                    int y,
        +                    int z)
        +
        Called from Chunk.setBlockIDWithMetadata, determines if this tile entity should be re-created when the ID, or Metadata changes. + Use with caution as this will leave straggler TileEntities, or create conflicts with other TileEntities if not used properly.
        +
        Parameters:
        oldID - The old ID of the block
        newID - The new ID of the block (May be the same)
        oldMeta - The old metadata of the block
        newMeta - The new metadata of the block (May be the same)
        world - Current world
        x - X Position
        y - Y Position
        z - Z Position
        +
        Returns:
        True to remove the old tile entity, false to keep it in tact {and create a new one if the new values specify to}
        +
      • +
      + + + +
        +
      • +

        shouldRenderInPass

        +
        public boolean shouldRenderInPass(int pass)
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/TileEntityBeacon.html b/javadoc/net/minecraft/tileentity/TileEntityBeacon.html new file mode 100644 index 0000000..6b3b3ce --- /dev/null +++ b/javadoc/net/minecraft/tileentity/TileEntityBeacon.html @@ -0,0 +1,707 @@ + + + + + +TileEntityBeacon (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Class TileEntityBeacon

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/TileEntityBrewingStand.html b/javadoc/net/minecraft/tileentity/TileEntityBrewingStand.html new file mode 100644 index 0000000..9faabe2 --- /dev/null +++ b/javadoc/net/minecraft/tileentity/TileEntityBrewingStand.html @@ -0,0 +1,652 @@ + + + + + +TileEntityBrewingStand (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Class TileEntityBrewingStand

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/TileEntityChest.html b/javadoc/net/minecraft/tileentity/TileEntityChest.html new file mode 100644 index 0000000..c7471de --- /dev/null +++ b/javadoc/net/minecraft/tileentity/TileEntityChest.html @@ -0,0 +1,764 @@ + + + + + +TileEntityChest (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Class TileEntityChest

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/TileEntityCommandBlock.html b/javadoc/net/minecraft/tileentity/TileEntityCommandBlock.html new file mode 100644 index 0000000..643e436 --- /dev/null +++ b/javadoc/net/minecraft/tileentity/TileEntityCommandBlock.html @@ -0,0 +1,332 @@ + + + + + +TileEntityCommandBlock (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Class TileEntityCommandBlock

+
+
+ +
+
    +
  • +
    +
    +
    public class TileEntityCommandBlock
    +extends TileEntity
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/TileEntityComparator.html b/javadoc/net/minecraft/tileentity/TileEntityComparator.html new file mode 100644 index 0000000..1625330 --- /dev/null +++ b/javadoc/net/minecraft/tileentity/TileEntityComparator.html @@ -0,0 +1,328 @@ + + + + + +TileEntityComparator (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Class TileEntityComparator

+
+
+ +
+
    +
  • +
    +
    +
    public class TileEntityComparator
    +extends TileEntity
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TileEntityComparator

        +
        public TileEntityComparator()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/TileEntityDaylightDetector.html b/javadoc/net/minecraft/tileentity/TileEntityDaylightDetector.html new file mode 100644 index 0000000..07404a8 --- /dev/null +++ b/javadoc/net/minecraft/tileentity/TileEntityDaylightDetector.html @@ -0,0 +1,285 @@ + + + + + +TileEntityDaylightDetector (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Class TileEntityDaylightDetector

+
+
+ +
+
    +
  • +
    +
    +
    public class TileEntityDaylightDetector
    +extends TileEntity
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TileEntityDaylightDetector

        +
        public TileEntityDaylightDetector()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/TileEntityDispenser.html b/javadoc/net/minecraft/tileentity/TileEntityDispenser.html new file mode 100644 index 0000000..468553b --- /dev/null +++ b/javadoc/net/minecraft/tileentity/TileEntityDispenser.html @@ -0,0 +1,595 @@ + + + + + +TileEntityDispenser (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Class TileEntityDispenser

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/TileEntityDropper.html b/javadoc/net/minecraft/tileentity/TileEntityDropper.html new file mode 100644 index 0000000..e928726 --- /dev/null +++ b/javadoc/net/minecraft/tileentity/TileEntityDropper.html @@ -0,0 +1,317 @@ + + + + + +TileEntityDropper (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Class TileEntityDropper

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/TileEntityEnchantmentTable.html b/javadoc/net/minecraft/tileentity/TileEntityEnchantmentTable.html new file mode 100644 index 0000000..cf419d7 --- /dev/null +++ b/javadoc/net/minecraft/tileentity/TileEntityEnchantmentTable.html @@ -0,0 +1,503 @@ + + + + + +TileEntityEnchantmentTable (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Class TileEntityEnchantmentTable

+
+
+ +
+
    +
  • +
    +
    +
    public class TileEntityEnchantmentTable
    +extends TileEntity
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        field_145926_a

        +
        public int field_145926_a
        +
      • +
      + + + +
        +
      • +

        field_145933_i

        +
        public float field_145933_i
        +
      • +
      + + + +
        +
      • +

        field_145931_j

        +
        public float field_145931_j
        +
      • +
      + + + +
        +
      • +

        field_145932_k

        +
        public float field_145932_k
        +
      • +
      + + + +
        +
      • +

        field_145929_l

        +
        public float field_145929_l
        +
      • +
      + + + +
        +
      • +

        field_145930_m

        +
        public float field_145930_m
        +
      • +
      + + + +
        +
      • +

        field_145927_n

        +
        public float field_145927_n
        +
      • +
      + + + +
        +
      • +

        field_145928_o

        +
        public float field_145928_o
        +
      • +
      + + + +
        +
      • +

        field_145925_p

        +
        public float field_145925_p
        +
      • +
      + + + +
        +
      • +

        field_145924_q

        +
        public float field_145924_q
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TileEntityEnchantmentTable

        +
        public TileEntityEnchantmentTable()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

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

        func_145919_a

        +
        public java.lang.String func_145919_a()
        +
      • +
      + + + +
        +
      • +

        func_145921_b

        +
        public boolean func_145921_b()
        +
      • +
      + + + +
        +
      • +

        func_145920_a

        +
        public void func_145920_a(java.lang.String p_145920_1_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/TileEntityEndPortal.html b/javadoc/net/minecraft/tileentity/TileEntityEndPortal.html new file mode 100644 index 0000000..7c6c04d --- /dev/null +++ b/javadoc/net/minecraft/tileentity/TileEntityEndPortal.html @@ -0,0 +1,253 @@ + + + + + +TileEntityEndPortal (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Class TileEntityEndPortal

+
+
+ +
+
    +
  • +
    +
    +
    public class TileEntityEndPortal
    +extends TileEntity
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TileEntityEndPortal

        +
        public TileEntityEndPortal()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/TileEntityEnderChest.html b/javadoc/net/minecraft/tileentity/TileEntityEnderChest.html new file mode 100644 index 0000000..76500eb --- /dev/null +++ b/javadoc/net/minecraft/tileentity/TileEntityEnderChest.html @@ -0,0 +1,414 @@ + + + + + +TileEntityEnderChest (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Class TileEntityEnderChest

+
+
+ +
+
    +
  • +
    +
    +
    public class TileEntityEnderChest
    +extends TileEntity
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        field_145972_a

        +
        public float field_145972_a
        +
      • +
      + + + +
        +
      • +

        field_145975_i

        +
        public float field_145975_i
        +
      • +
      + + + +
        +
      • +

        field_145973_j

        +
        public int field_145973_j
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TileEntityEnderChest

        +
        public TileEntityEnderChest()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        receiveClientEvent

        +
        public boolean receiveClientEvent(int p_145842_1_,
        +                         int p_145842_2_)
        +
        +
        Overrides:
        +
        receiveClientEvent in class TileEntity
        +
        +
      • +
      + + + + + + + +
        +
      • +

        func_145969_a

        +
        public void func_145969_a()
        +
      • +
      + + + +
        +
      • +

        func_145970_b

        +
        public void func_145970_b()
        +
      • +
      + + + +
        +
      • +

        func_145971_a

        +
        public boolean func_145971_a(EntityPlayer p_145971_1_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/TileEntityFlowerPot.html b/javadoc/net/minecraft/tileentity/TileEntityFlowerPot.html new file mode 100644 index 0000000..a280b2c --- /dev/null +++ b/javadoc/net/minecraft/tileentity/TileEntityFlowerPot.html @@ -0,0 +1,374 @@ + + + + + +TileEntityFlowerPot (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Class TileEntityFlowerPot

+
+
+ +
+
    +
  • +
    +
    +
    public class TileEntityFlowerPot
    +extends TileEntity
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TileEntityFlowerPot

        +
        public TileEntityFlowerPot()
        +
      • +
      + + + +
        +
      • +

        TileEntityFlowerPot

        +
        public TileEntityFlowerPot(Item p_i45442_1_,
        +                   int p_i45442_2_)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/TileEntityFurnace.html b/javadoc/net/minecraft/tileentity/TileEntityFurnace.html new file mode 100644 index 0000000..cadea56 --- /dev/null +++ b/javadoc/net/minecraft/tileentity/TileEntityFurnace.html @@ -0,0 +1,745 @@ + + + + + +TileEntityFurnace (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Class TileEntityFurnace

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/TileEntityHopper.html b/javadoc/net/minecraft/tileentity/TileEntityHopper.html new file mode 100644 index 0000000..ffa0a05 --- /dev/null +++ b/javadoc/net/minecraft/tileentity/TileEntityHopper.html @@ -0,0 +1,759 @@ + + + + + +TileEntityHopper (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Class TileEntityHopper

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/TileEntityMobSpawner.html b/javadoc/net/minecraft/tileentity/TileEntityMobSpawner.html new file mode 100644 index 0000000..dbe74f6 --- /dev/null +++ b/javadoc/net/minecraft/tileentity/TileEntityMobSpawner.html @@ -0,0 +1,368 @@ + + + + + +TileEntityMobSpawner (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Class TileEntityMobSpawner

+
+
+ +
+
    +
  • +
    +
    +
    public class TileEntityMobSpawner
    +extends TileEntity
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/TileEntityNote.html b/javadoc/net/minecraft/tileentity/TileEntityNote.html new file mode 100644 index 0000000..8aa3d82 --- /dev/null +++ b/javadoc/net/minecraft/tileentity/TileEntityNote.html @@ -0,0 +1,375 @@ + + + + + +TileEntityNote (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Class TileEntityNote

+
+
+ +
+
    +
  • +
    +
    +
    public class TileEntityNote
    +extends TileEntity
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        note

        +
        public byte note
        +
      • +
      + + + +
        +
      • +

        previousRedstoneState

        +
        public boolean previousRedstoneState
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TileEntityNote

        +
        public TileEntityNote()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

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

        changePitch

        +
        public void changePitch()
        +
      • +
      + + + +
        +
      • +

        triggerNote

        +
        public void triggerNote(World p_145878_1_,
        +               int p_145878_2_,
        +               int p_145878_3_,
        +               int p_145878_4_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/TileEntityPiston.html b/javadoc/net/minecraft/tileentity/TileEntityPiston.html new file mode 100644 index 0000000..a13238f --- /dev/null +++ b/javadoc/net/minecraft/tileentity/TileEntityPiston.html @@ -0,0 +1,473 @@ + + + + + +TileEntityPiston (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Class TileEntityPiston

+
+
+ +
+
    +
  • +
    +
    +
    public class TileEntityPiston
    +extends TileEntity
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TileEntityPiston

        +
        public TileEntityPiston()
        +
      • +
      + + + +
        +
      • +

        TileEntityPiston

        +
        public TileEntityPiston(Block p_i45444_1_,
        +                int p_i45444_2_,
        +                int p_i45444_3_,
        +                boolean p_i45444_4_,
        +                boolean p_i45444_5_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getStoredBlockID

        +
        public Block getStoredBlockID()
        +
      • +
      + + + + + + + +
        +
      • +

        isExtending

        +
        public boolean isExtending()
        +
      • +
      + + + +
        +
      • +

        getPistonOrientation

        +
        public int getPistonOrientation()
        +
      • +
      + + + +
        +
      • +

        func_145867_d

        +
        public boolean func_145867_d()
        +
      • +
      + + + +
        +
      • +

        func_145860_a

        +
        public float func_145860_a(float p_145860_1_)
        +
      • +
      + + + +
        +
      • +

        func_145865_b

        +
        public float func_145865_b(float p_145865_1_)
        +
      • +
      + + + +
        +
      • +

        func_145862_c

        +
        public float func_145862_c(float p_145862_1_)
        +
      • +
      + + + +
        +
      • +

        func_145859_d

        +
        public float func_145859_d(float p_145859_1_)
        +
      • +
      + + + +
        +
      • +

        clearPistonTileEntity

        +
        public void clearPistonTileEntity()
        +
      • +
      + + + + + + + + + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/TileEntitySign.html b/javadoc/net/minecraft/tileentity/TileEntitySign.html new file mode 100644 index 0000000..5fe820a --- /dev/null +++ b/javadoc/net/minecraft/tileentity/TileEntitySign.html @@ -0,0 +1,412 @@ + + + + + +TileEntitySign (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Class TileEntitySign

+
+
+ +
+
    +
  • +
    +
    +
    public class TileEntitySign
    +extends TileEntity
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        signText

        +
        public java.lang.String[] signText
        +
      • +
      + + + +
        +
      • +

        lineBeingEdited

        +
        public int lineBeingEdited
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TileEntitySign

        +
        public TileEntitySign()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/TileEntitySkull.html b/javadoc/net/minecraft/tileentity/TileEntitySkull.html new file mode 100644 index 0000000..eae4188 --- /dev/null +++ b/javadoc/net/minecraft/tileentity/TileEntitySkull.html @@ -0,0 +1,397 @@ + + + + + +TileEntitySkull (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.tileentity
+

Class TileEntitySkull

+
+
+ +
+
    +
  • +
    +
    +
    public class TileEntitySkull
    +extends TileEntity
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TileEntitySkull

        +
        public TileEntitySkull()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

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

        func_152108_a

        +
        public com.mojang.authlib.GameProfile func_152108_a()
        +
      • +
      + + + + + + + +
        +
      • +

        func_152107_a

        +
        public void func_152107_a(int p_152107_1_)
        +
      • +
      + + + +
        +
      • +

        func_152106_a

        +
        public void func_152106_a(com.mojang.authlib.GameProfile p_152106_1_)
        +
      • +
      + + + +
        +
      • +

        func_145904_a

        +
        public int func_145904_a()
        +
      • +
      + + + +
        +
      • +

        func_145903_a

        +
        public void func_145903_a(int p_145903_1_)
        +
      • +
      + + + +
        +
      • +

        func_145906_b

        +
        public int func_145906_b()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/package-frame.html b/javadoc/net/minecraft/tileentity/package-frame.html new file mode 100644 index 0000000..71cdd19 --- /dev/null +++ b/javadoc/net/minecraft/tileentity/package-frame.html @@ -0,0 +1,43 @@ + + + + + +net.minecraft.tileentity (Forge API) + + + + +

net.minecraft.tileentity

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/javadoc/net/minecraft/tileentity/package-summary.html b/javadoc/net/minecraft/tileentity/package-summary.html new file mode 100644 index 0000000..79777fb --- /dev/null +++ b/javadoc/net/minecraft/tileentity/package-summary.html @@ -0,0 +1,226 @@ + + + + + +net.minecraft.tileentity (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Package net.minecraft.tileentity

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/tileentity/package-tree.html b/javadoc/net/minecraft/tileentity/package-tree.html new file mode 100644 index 0000000..f8e0a7e --- /dev/null +++ b/javadoc/net/minecraft/tileentity/package-tree.html @@ -0,0 +1,165 @@ + + + + + +net.minecraft.tileentity Class Hierarchy (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package net.minecraft.tileentity

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + +
+ + + + -- cgit v1.2.3