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/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 insertions(+) create mode 100644 javadoc/net/minecraft/entity/boss/BossStatus.html create mode 100644 javadoc/net/minecraft/entity/boss/EntityDragon.html create mode 100644 javadoc/net/minecraft/entity/boss/EntityDragonPart.html create mode 100644 javadoc/net/minecraft/entity/boss/EntityWither.html create mode 100644 javadoc/net/minecraft/entity/boss/IBossDisplayData.html create mode 100644 javadoc/net/minecraft/entity/boss/package-frame.html create mode 100644 javadoc/net/minecraft/entity/boss/package-summary.html create 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 new file mode 100644 index 0000000..e883385 --- /dev/null +++ b/javadoc/net/minecraft/entity/boss/BossStatus.html @@ -0,0 +1,331 @@ + + + + + +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 new file mode 100644 index 0000000..949fc29 --- /dev/null +++ b/javadoc/net/minecraft/entity/boss/EntityDragon.html @@ -0,0 +1,859 @@ + + + + + +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 new file mode 100644 index 0000000..14428df --- /dev/null +++ b/javadoc/net/minecraft/entity/boss/EntityDragonPart.html @@ -0,0 +1,434 @@ + + + + + +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 new file mode 100644 index 0000000..0cd94ee --- /dev/null +++ b/javadoc/net/minecraft/entity/boss/EntityWither.html @@ -0,0 +1,857 @@ + + + + + +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 new file mode 100644 index 0000000..eb63d37 --- /dev/null +++ b/javadoc/net/minecraft/entity/boss/IBossDisplayData.html @@ -0,0 +1,234 @@ + + + + + +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 new file mode 100644 index 0000000..24768af --- /dev/null +++ b/javadoc/net/minecraft/entity/boss/package-frame.html @@ -0,0 +1,26 @@ + + + + + +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 new file mode 100644 index 0000000..ec89b67 --- /dev/null +++ b/javadoc/net/minecraft/entity/boss/package-summary.html @@ -0,0 +1,158 @@ + + + + + +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 new file mode 100644 index 0000000..ae111c3 --- /dev/null +++ b/javadoc/net/minecraft/entity/boss/package-tree.html @@ -0,0 +1,153 @@ + + + + + +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