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

Class EntityBoat

+
+
+ +
+
    +
  • +
    +
    +
    public class EntityBoat
    +extends Entity
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        EntityBoat

        +
        public EntityBoat(World p_i1704_1_)
        +
      • +
      + + + +
        +
      • +

        EntityBoat

        +
        public EntityBoat(World p_i1705_1_,
        +          double p_i1705_2_,
        +          double p_i1705_4_,
        +          double p_i1705_6_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        canTriggerWalking

        +
        protected boolean canTriggerWalking()
        +
        +
        Overrides:
        +
        canTriggerWalking in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        entityInit

        +
        protected void entityInit()
        +
        +
        Specified by:
        +
        entityInit in class Entity
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        canBePushed

        +
        public boolean canBePushed()
        +
        +
        Overrides:
        +
        canBePushed in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        getMountedYOffset

        +
        public double getMountedYOffset()
        +
        +
        Overrides:
        +
        getMountedYOffset in class Entity
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        canBeCollidedWith

        +
        public boolean canBeCollidedWith()
        +
        +
        Overrides:
        +
        canBeCollidedWith in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        setPositionAndRotation2

        +
        public void setPositionAndRotation2(double p_70056_1_,
        +                           double p_70056_3_,
        +                           double p_70056_5_,
        +                           float p_70056_7_,
        +                           float p_70056_8_,
        +                           int p_70056_9_)
        +
        +
        Overrides:
        +
        setPositionAndRotation2 in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        setVelocity

        +
        public void setVelocity(double p_70016_1_,
        +               double p_70016_3_,
        +               double p_70016_5_)
        +
        +
        Overrides:
        +
        setVelocity in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        onUpdate

        +
        public void onUpdate()
        +
        +
        Overrides:
        +
        onUpdate in class Entity
        +
        +
      • +
      + + + + + + + + + + + + + + + +
        +
      • +

        getShadowSize

        +
        public float getShadowSize()
        +
        +
        Overrides:
        +
        getShadowSize in class Entity
        +
        +
      • +
      + + + + + + + +
        +
      • +

        updateFallState

        +
        protected void updateFallState(double p_70064_1_,
        +                   boolean p_70064_3_)
        +
        +
        Overrides:
        +
        updateFallState in class Entity
        +
        +
      • +
      + + + +
        +
      • +

        setDamageTaken

        +
        public void setDamageTaken(float p_70266_1_)
        +
      • +
      + + + +
        +
      • +

        getDamageTaken

        +
        public float getDamageTaken()
        +
      • +
      + + + +
        +
      • +

        setTimeSinceHit

        +
        public void setTimeSinceHit(int p_70265_1_)
        +
      • +
      + + + +
        +
      • +

        getTimeSinceHit

        +
        public int getTimeSinceHit()
        +
      • +
      + + + +
        +
      • +

        setForwardDirection

        +
        public void setForwardDirection(int p_70269_1_)
        +
      • +
      + + + +
        +
      • +

        getForwardDirection

        +
        public int getForwardDirection()
        +
      • +
      + + + +
        +
      • +

        setIsBoatEmpty

        +
        public void setIsBoatEmpty(boolean p_70270_1_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3