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 --- .../entity/passive/EntityAmbientCreature.html | 364 ---- .../net/minecraft/entity/passive/EntityAnimal.html | 685 -------- .../net/minecraft/entity/passive/EntityBat.html | 724 -------- .../minecraft/entity/passive/EntityChicken.html | 797 --------- .../net/minecraft/entity/passive/EntityCow.html | 567 ------- .../entity/passive/EntityHorse.GroupData.html | 286 ---- .../net/minecraft/entity/passive/EntityHorse.html | 1790 -------------------- .../minecraft/entity/passive/EntityMooshroom.html | 488 ------ .../net/minecraft/entity/passive/EntityOcelot.html | 808 --------- .../net/minecraft/entity/passive/EntityPig.html | 721 -------- .../net/minecraft/entity/passive/EntitySheep.html | 875 ---------- .../net/minecraft/entity/passive/EntitySquid.html | 700 -------- .../minecraft/entity/passive/EntityTameable.html | 656 ------- .../minecraft/entity/passive/EntityVillager.html | 945 ----------- .../minecraft/entity/passive/EntityWaterMob.html | 451 ----- .../net/minecraft/entity/passive/EntityWolf.html | 1018 ----------- javadoc/net/minecraft/entity/passive/IAnimals.html | 164 -- .../minecraft/entity/passive/package-frame.html | 38 - .../minecraft/entity/passive/package-summary.html | 206 --- .../net/minecraft/entity/passive/package-tree.html | 180 -- 20 files changed, 12463 deletions(-) delete mode 100644 javadoc/net/minecraft/entity/passive/EntityAmbientCreature.html delete mode 100644 javadoc/net/minecraft/entity/passive/EntityAnimal.html delete mode 100644 javadoc/net/minecraft/entity/passive/EntityBat.html delete mode 100644 javadoc/net/minecraft/entity/passive/EntityChicken.html delete mode 100644 javadoc/net/minecraft/entity/passive/EntityCow.html delete mode 100644 javadoc/net/minecraft/entity/passive/EntityHorse.GroupData.html delete mode 100644 javadoc/net/minecraft/entity/passive/EntityHorse.html delete mode 100644 javadoc/net/minecraft/entity/passive/EntityMooshroom.html delete mode 100644 javadoc/net/minecraft/entity/passive/EntityOcelot.html delete mode 100644 javadoc/net/minecraft/entity/passive/EntityPig.html delete mode 100644 javadoc/net/minecraft/entity/passive/EntitySheep.html delete mode 100644 javadoc/net/minecraft/entity/passive/EntitySquid.html delete mode 100644 javadoc/net/minecraft/entity/passive/EntityTameable.html delete mode 100644 javadoc/net/minecraft/entity/passive/EntityVillager.html delete mode 100644 javadoc/net/minecraft/entity/passive/EntityWaterMob.html delete mode 100644 javadoc/net/minecraft/entity/passive/EntityWolf.html delete mode 100644 javadoc/net/minecraft/entity/passive/IAnimals.html delete mode 100644 javadoc/net/minecraft/entity/passive/package-frame.html delete mode 100644 javadoc/net/minecraft/entity/passive/package-summary.html delete mode 100644 javadoc/net/minecraft/entity/passive/package-tree.html (limited to 'javadoc/net/minecraft/entity/passive') diff --git a/javadoc/net/minecraft/entity/passive/EntityAmbientCreature.html b/javadoc/net/minecraft/entity/passive/EntityAmbientCreature.html deleted file mode 100644 index 8956fd1..0000000 --- a/javadoc/net/minecraft/entity/passive/EntityAmbientCreature.html +++ /dev/null @@ -1,364 +0,0 @@ - - - - - -EntityAmbientCreature (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.passive
-

Class EntityAmbientCreature

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/passive/EntityAnimal.html b/javadoc/net/minecraft/entity/passive/EntityAnimal.html deleted file mode 100644 index 4eb09aa..0000000 --- a/javadoc/net/minecraft/entity/passive/EntityAnimal.html +++ /dev/null @@ -1,685 +0,0 @@ - - - - - -EntityAnimal (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.passive
-

Class EntityAnimal

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/passive/EntityBat.html b/javadoc/net/minecraft/entity/passive/EntityBat.html deleted file mode 100644 index 900cb94..0000000 --- a/javadoc/net/minecraft/entity/passive/EntityBat.html +++ /dev/null @@ -1,724 +0,0 @@ - - - - - -EntityBat (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.passive
-

Class EntityBat

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/passive/EntityChicken.html b/javadoc/net/minecraft/entity/passive/EntityChicken.html deleted file mode 100644 index ea7c124..0000000 --- a/javadoc/net/minecraft/entity/passive/EntityChicken.html +++ /dev/null @@ -1,797 +0,0 @@ - - - - - -EntityChicken (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.passive
-

Class EntityChicken

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    IAnimals
    -
    -
    -
    -
    public class EntityChicken
    -extends EntityAnimal
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/passive/EntityCow.html b/javadoc/net/minecraft/entity/passive/EntityCow.html deleted file mode 100644 index 94a62a1..0000000 --- a/javadoc/net/minecraft/entity/passive/EntityCow.html +++ /dev/null @@ -1,567 +0,0 @@ - - - - - -EntityCow (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.passive
-

Class EntityCow

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/passive/EntityHorse.GroupData.html b/javadoc/net/minecraft/entity/passive/EntityHorse.GroupData.html deleted file mode 100644 index fdaeb8b..0000000 --- a/javadoc/net/minecraft/entity/passive/EntityHorse.GroupData.html +++ /dev/null @@ -1,286 +0,0 @@ - - - - - -EntityHorse.GroupData (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.passive
-

Class EntityHorse.GroupData

-
-
- -
- -
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      EntityHorse.GroupData(int p_i1684_1_, - int p_i1684_2_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        field_111107_a

        -
        public int field_111107_a
        -
      • -
      - - - -
        -
      • -

        field_111106_b

        -
        public int field_111106_b
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        EntityHorse.GroupData

        -
        public EntityHorse.GroupData(int p_i1684_1_,
        -                     int p_i1684_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/passive/EntityHorse.html b/javadoc/net/minecraft/entity/passive/EntityHorse.html deleted file mode 100644 index c4168b0..0000000 --- a/javadoc/net/minecraft/entity/passive/EntityHorse.html +++ /dev/null @@ -1,1790 +0,0 @@ - - - - - -EntityHorse (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.passive
-

Class EntityHorse

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        field_110278_bp

        -
        public int field_110278_bp
        -
      • -
      - - - -
        -
      • -

        field_110279_bq

        -
        public int field_110279_bq
        -
      • -
      - - - -
        -
      • -

        horseJumping

        -
        protected boolean horseJumping
        -
      • -
      - - - -
        -
      • -

        temper

        -
        protected int temper
        -
      • -
      - - - -
        -
      • -

        jumpPower

        -
        protected float jumpPower
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        EntityHorse

        -
        public EntityHorse(World p_i1685_1_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        setHorseType

        -
        public void setHorseType(int p_110214_1_)
        -
      • -
      - - - -
        -
      • -

        getHorseType

        -
        public int getHorseType()
        -
      • -
      - - - -
        -
      • -

        setHorseVariant

        -
        public void setHorseVariant(int p_110235_1_)
        -
      • -
      - - - -
        -
      • -

        getHorseVariant

        -
        public int getHorseVariant()
        -
      • -
      - - - - - - - -
        -
      • -

        isAdultHorse

        -
        public boolean isAdultHorse()
        -
      • -
      - - - -
        -
      • -

        isTame

        -
        public boolean isTame()
        -
      • -
      - - - -
        -
      • -

        func_110253_bW

        -
        public boolean func_110253_bW()
        -
      • -
      - - - -
        -
      • -

        func_152119_ch

        -
        public java.lang.String func_152119_ch()
        -
      • -
      - - - -
        -
      • -

        func_152120_b

        -
        public void func_152120_b(java.lang.String p_152120_1_)
        -
      • -
      - - - -
        -
      • -

        getHorseSize

        -
        public float getHorseSize()
        -
      • -
      - - - - - - - -
        -
      • -

        isHorseJumping

        -
        public boolean isHorseJumping()
        -
      • -
      - - - -
        -
      • -

        setHorseTamed

        -
        public void setHorseTamed(boolean p_110234_1_)
        -
      • -
      - - - -
        -
      • -

        setHorseJumping

        -
        public void setHorseJumping(boolean p_110255_1_)
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        isChested

        -
        public boolean isChested()
        -
      • -
      - - - -
        -
      • -

        func_110241_cb

        -
        public int func_110241_cb()
        -
      • -
      - - - -
        -
      • -

        isEatingHaystack

        -
        public boolean isEatingHaystack()
        -
      • -
      - - - -
        -
      • -

        isRearing

        -
        public boolean isRearing()
        -
      • -
      - - - -
        -
      • -

        func_110205_ce

        -
        public boolean func_110205_ce()
        -
      • -
      - - - -
        -
      • -

        getHasReproduced

        -
        public boolean getHasReproduced()
        -
      • -
      - - - -
        -
      • -

        func_146086_d

        -
        public void func_146086_d(ItemStack p_146086_1_)
        -
      • -
      - - - -
        -
      • -

        func_110242_l

        -
        public void func_110242_l(boolean p_110242_1_)
        -
      • -
      - - - -
        -
      • -

        setChested

        -
        public void setChested(boolean p_110207_1_)
        -
      • -
      - - - -
        -
      • -

        setHasReproduced

        -
        public void setHasReproduced(boolean p_110221_1_)
        -
      • -
      - - - -
        -
      • -

        setHorseSaddled

        -
        public void setHorseSaddled(boolean p_110251_1_)
        -
      • -
      - - - -
        -
      • -

        getTemper

        -
        public int getTemper()
        -
      • -
      - - - -
        -
      • -

        setTemper

        -
        public void setTemper(int p_110238_1_)
        -
      • -
      - - - -
        -
      • -

        increaseTemper

        -
        public int increaseTemper(int p_110198_1_)
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        prepareChunkForSpawn

        -
        public boolean prepareChunkForSpawn()
        -
      • -
      - - - -
        -
      • -

        dropChests

        -
        public void dropChests()
        -
      • -
      - - - -
        -
      • -

        fall

        -
        protected void fall(float p_70069_1_)
        -
        -
        Overrides:
        -
        fall in class EntityLivingBase
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        getClosestHorse

        -
        protected EntityHorse getClosestHorse(Entity p_110250_1_,
        -                          double p_110250_2_)
        -
      • -
      - - - -
        -
      • -

        getHorseJumpStrength

        -
        public double getHorseJumpStrength()
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        isHorseSaddled

        -
        public boolean isHorseSaddled()
        -
      • -
      - - - - - - - -
        -
      • -

        getAngrySoundName

        -
        protected java.lang.String getAngrySoundName()
        -
      • -
      - - - -
        -
      • -

        func_145780_a

        -
        protected void func_145780_a(int p_145780_1_,
        -                 int p_145780_2_,
        -                 int p_145780_3_,
        -                 Block p_145780_4_)
        -
        -
        Overrides:
        -
        func_145780_a in class Entity
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        getMaxTemper

        -
        public int getMaxTemper()
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        func_110239_cn

        -
        public boolean func_110239_cn()
        -
      • -
      - - - -
        -
      • -

        getHorseTexture

        -
        public java.lang.String getHorseTexture()
        -
      • -
      - - - -
        -
      • -

        getVariantTexturePaths

        -
        public java.lang.String[] getVariantTexturePaths()
        -
      • -
      - - - -
        -
      • -

        openGUI

        -
        public void openGUI(EntityPlayer p_110199_1_)
        -
      • -
      - - - - - - - -
        -
      • -

        func_110259_cr

        -
        public boolean func_110259_cr()
        -
      • -
      - - - -
        -
      • -

        func_110229_cs

        -
        public boolean func_110229_cs()
        -
      • -
      - - - - - - - -
        -
      • -

        func_110256_cu

        -
        public boolean func_110256_cu()
        -
      • -
      - - - -
        -
      • -

        func_110222_cv

        -
        public boolean func_110222_cv()
        -
      • -
      - - - - - - - - - - - - - - - - - - - -
        -
      • -

        setEating

        -
        public void setEating(boolean p_70019_1_)
        -
        -
        Overrides:
        -
        setEating in class Entity
        -
        -
      • -
      - - - -
        -
      • -

        setEatingHaystack

        -
        public void setEatingHaystack(boolean p_110227_1_)
        -
      • -
      - - - -
        -
      • -

        setRearing

        -
        public void setRearing(boolean p_110219_1_)
        -
      • -
      - - - -
        -
      • -

        makeHorseRearWithSound

        -
        public void makeHorseRearWithSound()
        -
      • -
      - - - -
        -
      • -

        dropChestItems

        -
        public void dropChestItems()
        -
      • -
      - - - -
        -
      • -

        setTamedBy

        -
        public boolean setTamedBy(EntityPlayer p_110263_1_)
        -
      • -
      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        -
      • -

        getGrassEatingAmount

        -
        public float getGrassEatingAmount(float p_110258_1_)
        -
      • -
      - - - -
        -
      • -

        getRearingAmount

        -
        public float getRearingAmount(float p_110223_1_)
        -
      • -
      - - - -
        -
      • -

        func_110201_q

        -
        public float func_110201_q(float p_110201_1_)
        -
      • -
      - - - - - - - -
        -
      • -

        setJumpPower

        -
        public void setJumpPower(int p_110206_1_)
        -
      • -
      - - - -
        -
      • -

        spawnHorseParticles

        -
        protected void spawnHorseParticles(boolean p_110216_1_)
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        func_146085_a

        -
        public static boolean func_146085_a(Item p_146085_0_)
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/passive/EntityMooshroom.html b/javadoc/net/minecraft/entity/passive/EntityMooshroom.html deleted file mode 100644 index 3d82533..0000000 --- a/javadoc/net/minecraft/entity/passive/EntityMooshroom.html +++ /dev/null @@ -1,488 +0,0 @@ - - - - - -EntityMooshroom (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.passive
-

Class EntityMooshroom

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        EntityMooshroom

        -
        public EntityMooshroom(World p_i1687_1_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - - - - - - - - - -
        -
      • -

        isShearable

        -
        public boolean isShearable(ItemStack item,
        -                  IBlockAccess world,
        -                  int x,
        -                  int y,
        -                  int z)
        -
        Description copied from interface: IShearable
        -
        Checks if the object is currently shearable - Example: Sheep return false when they have no wool
        -
        -
        Specified by:
        -
        isShearable in interface IShearable
        -
        Parameters:
        item - The itemstack that is being used, Possible to be null
        world - The current world
        x - The X Position
        y - The Y Position
        z - The Z Position
        -
        Returns:
        If this is shearable, and onSheared should be called.
        -
      • -
      - - - -
        -
      • -

        onSheared

        -
        public java.util.ArrayList<ItemStack> onSheared(ItemStack item,
        -                                       IBlockAccess world,
        -                                       int x,
        -                                       int y,
        -                                       int z,
        -                                       int fortune)
        -
        Description copied from interface: IShearable
        -
        Performs the shear function on this object. - This is called for both client, and server. - The object should perform all actions related to being sheared, - except for dropping of the items, and removal of the block. - As those are handled by ItemShears itself. - - Returns a list of items that resulted from the shearing process. - - For entities, they should trust there internal location information - over the values passed into this function.
        -
        -
        Specified by:
        -
        onSheared in interface IShearable
        -
        Parameters:
        item - The itemstack that is being used, Possible to be null
        world - The current world
        x - The X Position
        y - The Y Position
        z - The Z Position
        fortune - The fortune level of the shears being used
        -
        Returns:
        A ArrayList containing all items from this shearing. Possible to be null.
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/passive/EntityOcelot.html b/javadoc/net/minecraft/entity/passive/EntityOcelot.html deleted file mode 100644 index 93bbb37..0000000 --- a/javadoc/net/minecraft/entity/passive/EntityOcelot.html +++ /dev/null @@ -1,808 +0,0 @@ - - - - - -EntityOcelot (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.passive
-

Class EntityOcelot

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/passive/EntityPig.html b/javadoc/net/minecraft/entity/passive/EntityPig.html deleted file mode 100644 index 3efc035..0000000 --- a/javadoc/net/minecraft/entity/passive/EntityPig.html +++ /dev/null @@ -1,721 +0,0 @@ - - - - - -EntityPig (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.passive
-

Class EntityPig

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/passive/EntitySheep.html b/javadoc/net/minecraft/entity/passive/EntitySheep.html deleted file mode 100644 index e165b12..0000000 --- a/javadoc/net/minecraft/entity/passive/EntitySheep.html +++ /dev/null @@ -1,875 +0,0 @@ - - - - - -EntitySheep (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.passive
-

Class EntitySheep

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        fleeceColorTable

        -
        public static final float[][] fleeceColorTable
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        EntitySheep

        -
        public EntitySheep(World p_i1691_1_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - - - - - - - - - - - - - - - - - - - - - -
        -
      • -

        dropFewItems

        -
        protected void dropFewItems(boolean p_70628_1_,
        -                int p_70628_2_)
        -
        -
        Overrides:
        -
        dropFewItems in class EntityLiving
        -
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        func_70894_j

        -
        public float func_70894_j(float p_70894_1_)
        -
      • -
      - - - -
        -
      • -

        func_70890_k

        -
        public float func_70890_k(float p_70890_1_)
        -
      • -
      - - - - - - - - - - - - - - - - - - - - - - - -
        -
      • -

        func_145780_a

        -
        protected void func_145780_a(int p_145780_1_,
        -                 int p_145780_2_,
        -                 int p_145780_3_,
        -                 Block p_145780_4_)
        -
        -
        Overrides:
        -
        func_145780_a in class Entity
        -
        -
      • -
      - - - -
        -
      • -

        getFleeceColor

        -
        public int getFleeceColor()
        -
      • -
      - - - -
        -
      • -

        setFleeceColor

        -
        public void setFleeceColor(int p_70891_1_)
        -
      • -
      - - - -
        -
      • -

        getSheared

        -
        public boolean getSheared()
        -
      • -
      - - - -
        -
      • -

        setSheared

        -
        public void setSheared(boolean p_70893_1_)
        -
      • -
      - - - -
        -
      • -

        getRandomFleeceColor

        -
        public static int getRandomFleeceColor(java.util.Random p_70895_0_)
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        isShearable

        -
        public boolean isShearable(ItemStack item,
        -                  IBlockAccess world,
        -                  int x,
        -                  int y,
        -                  int z)
        -
        Description copied from interface: IShearable
        -
        Checks if the object is currently shearable - Example: Sheep return false when they have no wool
        -
        -
        Specified by:
        -
        isShearable in interface IShearable
        -
        Parameters:
        item - The itemstack that is being used, Possible to be null
        world - The current world
        x - The X Position
        y - The Y Position
        z - The Z Position
        -
        Returns:
        If this is shearable, and onSheared should be called.
        -
      • -
      - - - -
        -
      • -

        onSheared

        -
        public java.util.ArrayList<ItemStack> onSheared(ItemStack item,
        -                                       IBlockAccess world,
        -                                       int x,
        -                                       int y,
        -                                       int z,
        -                                       int fortune)
        -
        Description copied from interface: IShearable
        -
        Performs the shear function on this object. - This is called for both client, and server. - The object should perform all actions related to being sheared, - except for dropping of the items, and removal of the block. - As those are handled by ItemShears itself. - - Returns a list of items that resulted from the shearing process. - - For entities, they should trust there internal location information - over the values passed into this function.
        -
        -
        Specified by:
        -
        onSheared in interface IShearable
        -
        Parameters:
        item - The itemstack that is being used, Possible to be null
        world - The current world
        x - The X Position
        y - The Y Position
        z - The Z Position
        fortune - The fortune level of the shears being used
        -
        Returns:
        A ArrayList containing all items from this shearing. Possible to be null.
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/passive/EntitySquid.html b/javadoc/net/minecraft/entity/passive/EntitySquid.html deleted file mode 100644 index c17a002..0000000 --- a/javadoc/net/minecraft/entity/passive/EntitySquid.html +++ /dev/null @@ -1,700 +0,0 @@ - - - - - -EntitySquid (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.passive
-

Class EntitySquid

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        squidPitch

        -
        public float squidPitch
        -
      • -
      - - - -
        -
      • -

        prevSquidPitch

        -
        public float prevSquidPitch
        -
      • -
      - - - -
        -
      • -

        squidYaw

        -
        public float squidYaw
        -
      • -
      - - - -
        -
      • -

        prevSquidYaw

        -
        public float prevSquidYaw
        -
      • -
      - - - -
        -
      • -

        squidRotation

        -
        public float squidRotation
        -
      • -
      - - - -
        -
      • -

        prevSquidRotation

        -
        public float prevSquidRotation
        -
      • -
      - - - -
        -
      • -

        tentacleAngle

        -
        public float tentacleAngle
        -
      • -
      - - - -
        -
      • -

        lastTentacleAngle

        -
        public float lastTentacleAngle
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        EntitySquid

        -
        public EntitySquid(World p_i1693_1_)
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/passive/EntityTameable.html b/javadoc/net/minecraft/entity/passive/EntityTameable.html deleted file mode 100644 index bdf1221..0000000 --- a/javadoc/net/minecraft/entity/passive/EntityTameable.html +++ /dev/null @@ -1,656 +0,0 @@ - - - - - -EntityTameable (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.passive
-

Class EntityTameable

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/passive/EntityVillager.html b/javadoc/net/minecraft/entity/passive/EntityVillager.html deleted file mode 100644 index 7bdc209..0000000 --- a/javadoc/net/minecraft/entity/passive/EntityVillager.html +++ /dev/null @@ -1,945 +0,0 @@ - - - - - -EntityVillager (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.passive
-

Class EntityVillager

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/passive/EntityWaterMob.html b/javadoc/net/minecraft/entity/passive/EntityWaterMob.html deleted file mode 100644 index 62bcae7..0000000 --- a/javadoc/net/minecraft/entity/passive/EntityWaterMob.html +++ /dev/null @@ -1,451 +0,0 @@ - - - - - -EntityWaterMob (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.passive
-

Class EntityWaterMob

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/passive/EntityWolf.html b/javadoc/net/minecraft/entity/passive/EntityWolf.html deleted file mode 100644 index 0436020..0000000 --- a/javadoc/net/minecraft/entity/passive/EntityWolf.html +++ /dev/null @@ -1,1018 +0,0 @@ - - - - - -EntityWolf (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.passive
-

Class EntityWolf

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/passive/IAnimals.html b/javadoc/net/minecraft/entity/passive/IAnimals.html deleted file mode 100644 index cd72a25..0000000 --- a/javadoc/net/minecraft/entity/passive/IAnimals.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - -IAnimals (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.passive
-

Interface IAnimals

-
-
- -
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/passive/package-frame.html b/javadoc/net/minecraft/entity/passive/package-frame.html deleted file mode 100644 index 399c8ce..0000000 --- a/javadoc/net/minecraft/entity/passive/package-frame.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - -net.minecraft.entity.passive (Forge API) - - - - -

net.minecraft.entity.passive

-
-

Interfaces

- -

Classes

- -
- - diff --git a/javadoc/net/minecraft/entity/passive/package-summary.html b/javadoc/net/minecraft/entity/passive/package-summary.html deleted file mode 100644 index e7ecd36..0000000 --- a/javadoc/net/minecraft/entity/passive/package-summary.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - -net.minecraft.entity.passive (Forge API) - - - - - - - -
- - - - - -
- - -
-

Package net.minecraft.entity.passive

-
-
- -
- -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/passive/package-tree.html b/javadoc/net/minecraft/entity/passive/package-tree.html deleted file mode 100644 index 8daec07..0000000 --- a/javadoc/net/minecraft/entity/passive/package-tree.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - -net.minecraft.entity.passive Class Hierarchy (Forge API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package net.minecraft.entity.passive

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

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