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 --- javadoc/net/minecraft/entity/boss/BossStatus.html | 331 -------- .../net/minecraft/entity/boss/EntityDragon.html | 859 --------------------- .../minecraft/entity/boss/EntityDragonPart.html | 434 ----------- .../net/minecraft/entity/boss/EntityWither.html | 857 -------------------- .../minecraft/entity/boss/IBossDisplayData.html | 234 ------ .../net/minecraft/entity/boss/package-frame.html | 26 - .../net/minecraft/entity/boss/package-summary.html | 158 ---- .../net/minecraft/entity/boss/package-tree.html | 153 ---- 8 files changed, 3052 deletions(-) delete mode 100644 javadoc/net/minecraft/entity/boss/BossStatus.html delete mode 100644 javadoc/net/minecraft/entity/boss/EntityDragon.html delete mode 100644 javadoc/net/minecraft/entity/boss/EntityDragonPart.html delete mode 100644 javadoc/net/minecraft/entity/boss/EntityWither.html delete mode 100644 javadoc/net/minecraft/entity/boss/IBossDisplayData.html delete mode 100644 javadoc/net/minecraft/entity/boss/package-frame.html delete mode 100644 javadoc/net/minecraft/entity/boss/package-summary.html delete mode 100644 javadoc/net/minecraft/entity/boss/package-tree.html (limited to 'javadoc/net/minecraft/entity/boss') diff --git a/javadoc/net/minecraft/entity/boss/BossStatus.html b/javadoc/net/minecraft/entity/boss/BossStatus.html deleted file mode 100644 index e883385..0000000 --- a/javadoc/net/minecraft/entity/boss/BossStatus.html +++ /dev/null @@ -1,331 +0,0 @@ - - - - - -BossStatus (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.boss
-

Class BossStatus

-
-
- -
-
    -
  • -
    -
    -
    public final class BossStatus
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      BossStatus() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static voidsetBossStatus(IBossDisplayData p_82824_0_, - boolean p_82824_1_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Field Detail

      - - - -
        -
      • -

        healthScale

        -
        public static float healthScale
        -
      • -
      - - - -
        -
      • -

        statusBarTime

        -
        public static int statusBarTime
        -
      • -
      - - - -
        -
      • -

        bossName

        -
        public static java.lang.String bossName
        -
      • -
      - - - -
        -
      • -

        hasColorModifier

        -
        public static boolean hasColorModifier
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BossStatus

        -
        public BossStatus()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        setBossStatus

        -
        public static void setBossStatus(IBossDisplayData p_82824_0_,
        -                 boolean p_82824_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/boss/EntityDragon.html b/javadoc/net/minecraft/entity/boss/EntityDragon.html deleted file mode 100644 index 949fc29..0000000 --- a/javadoc/net/minecraft/entity/boss/EntityDragon.html +++ /dev/null @@ -1,859 +0,0 @@ - - - - - -EntityDragon (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.boss
-

Class EntityDragon

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/boss/EntityDragonPart.html b/javadoc/net/minecraft/entity/boss/EntityDragonPart.html deleted file mode 100644 index 14428df..0000000 --- a/javadoc/net/minecraft/entity/boss/EntityDragonPart.html +++ /dev/null @@ -1,434 +0,0 @@ - - - - - -EntityDragonPart (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.boss
-

Class EntityDragonPart

-
-
- -
-
    -
  • -
    -
    -
    public class EntityDragonPart
    -extends Entity
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/boss/EntityWither.html b/javadoc/net/minecraft/entity/boss/EntityWither.html deleted file mode 100644 index 0cd94ee..0000000 --- a/javadoc/net/minecraft/entity/boss/EntityWither.html +++ /dev/null @@ -1,857 +0,0 @@ - - - - - -EntityWither (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.boss
-

Class EntityWither

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/boss/IBossDisplayData.html b/javadoc/net/minecraft/entity/boss/IBossDisplayData.html deleted file mode 100644 index eb63d37..0000000 --- a/javadoc/net/minecraft/entity/boss/IBossDisplayData.html +++ /dev/null @@ -1,234 +0,0 @@ - - - - - -IBossDisplayData (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.boss
-

Interface IBossDisplayData

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

      Method Detail

      - - - -
        -
      • -

        getMaxHealth

        -
        float getMaxHealth()
        -
      • -
      - - - -
        -
      • -

        getHealth

        -
        float getHealth()
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/entity/boss/package-frame.html b/javadoc/net/minecraft/entity/boss/package-frame.html deleted file mode 100644 index 24768af..0000000 --- a/javadoc/net/minecraft/entity/boss/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - -net.minecraft.entity.boss (Forge API) - - - - -

net.minecraft.entity.boss

-
-

Interfaces

- -

Classes

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

Package net.minecraft.entity.boss

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

Hierarchy For Package net.minecraft.entity.boss

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

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