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/util/AxisAlignedBB.html | 640 ---------------- .../net/minecraft/util/ChatAllowedCharacters.html | 303 -------- javadoc/net/minecraft/util/ChatComponentStyle.html | 508 ------------ javadoc/net/minecraft/util/ChatComponentText.html | 360 --------- .../minecraft/util/ChatComponentTranslation.html | 471 ------------ .../ChatComponentTranslationFormatException.html | 288 ------- .../net/minecraft/util/ChatStyle.Serializer.html | 309 -------- javadoc/net/minecraft/util/ChatStyle.html | 584 -------------- javadoc/net/minecraft/util/ChunkCoordinates.html | 468 ------------ javadoc/net/minecraft/util/CombatEntry.html | 329 -------- javadoc/net/minecraft/util/CombatTracker.html | 310 -------- javadoc/net/minecraft/util/CryptManager.html | 357 --------- javadoc/net/minecraft/util/DamageSource.html | 848 --------------------- javadoc/net/minecraft/util/Direction.html | 396 ---------- .../net/minecraft/util/EnchantmentNameParts.html | 303 -------- javadoc/net/minecraft/util/EntityDamageSource.html | 353 --------- .../minecraft/util/EntityDamageSourceIndirect.html | 342 --------- javadoc/net/minecraft/util/EnumChatFormatting.html | 667 ---------------- javadoc/net/minecraft/util/EnumFacing.html | 417 ---------- .../net/minecraft/util/EnumTypeAdapterFactory.html | 265 ------- javadoc/net/minecraft/util/Facing.html | 314 -------- javadoc/net/minecraft/util/FoodStats.html | 401 ---------- .../minecraft/util/HttpUtil.DownloadListener.html | 208 ----- javadoc/net/minecraft/util/HttpUtil.html | 347 --------- .../minecraft/util/IChatComponent.Serializer.html | 335 -------- javadoc/net/minecraft/util/IChatComponent.html | 343 --------- javadoc/net/minecraft/util/IIcon.html | 312 -------- javadoc/net/minecraft/util/IJsonSerializable.html | 221 ------ javadoc/net/minecraft/util/IObjectIntIterable.html | 186 ----- javadoc/net/minecraft/util/IProgressUpdate.html | 260 ------- javadoc/net/minecraft/util/IRegistry.html | 223 ------ javadoc/net/minecraft/util/IntHashMap.html | 308 -------- .../net/minecraft/util/JsonSerializableSet.html | 340 --------- javadoc/net/minecraft/util/JsonUtils.html | 609 --------------- javadoc/net/minecraft/util/LongHashMap.html | 308 -------- javadoc/net/minecraft/util/MathHelper.html | 716 ----------------- .../net/minecraft/util/MessageDeserializer.html | 326 -------- .../net/minecraft/util/MessageDeserializer2.html | 324 -------- javadoc/net/minecraft/util/MessageSerializer.html | 346 --------- javadoc/net/minecraft/util/MessageSerializer2.html | 341 --------- javadoc/net/minecraft/util/MinecraftError.html | 248 ------ javadoc/net/minecraft/util/MouseFilter.html | 256 ------- javadoc/net/minecraft/util/MouseHelper.html | 329 -------- javadoc/net/minecraft/util/MovementInput.html | 333 -------- .../minecraft/util/MovementInputFromOptions.html | 278 ------- .../MovingObjectPosition.MovingObjectType.html | 333 -------- .../net/minecraft/util/MovingObjectPosition.html | 479 ------------ .../net/minecraft/util/ObjectIntIdentityMap.html | 366 --------- javadoc/net/minecraft/util/RegistryDefaulted.html | 291 ------- javadoc/net/minecraft/util/RegistryNamespaced.html | 496 ------------ .../util/RegistryNamespacedDefaultedByKey.html | 365 --------- javadoc/net/minecraft/util/RegistrySimple.html | 361 --------- javadoc/net/minecraft/util/ReportedException.html | 315 -------- javadoc/net/minecraft/util/ResourceLocation.html | 332 -------- javadoc/net/minecraft/util/ScreenShotHelper.html | 281 ------- javadoc/net/minecraft/util/Session.Type.html | 334 -------- javadoc/net/minecraft/util/Session.html | 344 --------- javadoc/net/minecraft/util/StatCollector.html | 308 -------- javadoc/net/minecraft/util/StringTranslate.html | 334 -------- javadoc/net/minecraft/util/StringUtils.html | 280 ------- .../net/minecraft/util/ThreadSafeBoundList.html | 282 ------- javadoc/net/minecraft/util/Timer.html | 329 -------- javadoc/net/minecraft/util/Tuple.html | 269 ------- .../minecraft/util/TupleIntJsonSerializable.html | 293 ------- javadoc/net/minecraft/util/Util.EnumOS.html | 357 --------- javadoc/net/minecraft/util/Util.html | 273 ------- javadoc/net/minecraft/util/Vec3.html | 569 -------------- .../net/minecraft/util/WeightedRandom.Item.html | 270 ------- javadoc/net/minecraft/util/WeightedRandom.html | 380 --------- .../minecraft/util/WeightedRandomChestContent.html | 414 ---------- .../net/minecraft/util/WeightedRandomFishable.html | 302 -------- javadoc/net/minecraft/util/package-frame.html | 101 --- javadoc/net/minecraft/util/package-summary.html | 455 ----------- javadoc/net/minecraft/util/package-tree.html | 287 ------- 74 files changed, 26530 deletions(-) delete mode 100644 javadoc/net/minecraft/util/AxisAlignedBB.html delete mode 100644 javadoc/net/minecraft/util/ChatAllowedCharacters.html delete mode 100644 javadoc/net/minecraft/util/ChatComponentStyle.html delete mode 100644 javadoc/net/minecraft/util/ChatComponentText.html delete mode 100644 javadoc/net/minecraft/util/ChatComponentTranslation.html delete mode 100644 javadoc/net/minecraft/util/ChatComponentTranslationFormatException.html delete mode 100644 javadoc/net/minecraft/util/ChatStyle.Serializer.html delete mode 100644 javadoc/net/minecraft/util/ChatStyle.html delete mode 100644 javadoc/net/minecraft/util/ChunkCoordinates.html delete mode 100644 javadoc/net/minecraft/util/CombatEntry.html delete mode 100644 javadoc/net/minecraft/util/CombatTracker.html delete mode 100644 javadoc/net/minecraft/util/CryptManager.html delete mode 100644 javadoc/net/minecraft/util/DamageSource.html delete mode 100644 javadoc/net/minecraft/util/Direction.html delete mode 100644 javadoc/net/minecraft/util/EnchantmentNameParts.html delete mode 100644 javadoc/net/minecraft/util/EntityDamageSource.html delete mode 100644 javadoc/net/minecraft/util/EntityDamageSourceIndirect.html delete mode 100644 javadoc/net/minecraft/util/EnumChatFormatting.html delete mode 100644 javadoc/net/minecraft/util/EnumFacing.html delete mode 100644 javadoc/net/minecraft/util/EnumTypeAdapterFactory.html delete mode 100644 javadoc/net/minecraft/util/Facing.html delete mode 100644 javadoc/net/minecraft/util/FoodStats.html delete mode 100644 javadoc/net/minecraft/util/HttpUtil.DownloadListener.html delete mode 100644 javadoc/net/minecraft/util/HttpUtil.html delete mode 100644 javadoc/net/minecraft/util/IChatComponent.Serializer.html delete mode 100644 javadoc/net/minecraft/util/IChatComponent.html delete mode 100644 javadoc/net/minecraft/util/IIcon.html delete mode 100644 javadoc/net/minecraft/util/IJsonSerializable.html delete mode 100644 javadoc/net/minecraft/util/IObjectIntIterable.html delete mode 100644 javadoc/net/minecraft/util/IProgressUpdate.html delete mode 100644 javadoc/net/minecraft/util/IRegistry.html delete mode 100644 javadoc/net/minecraft/util/IntHashMap.html delete mode 100644 javadoc/net/minecraft/util/JsonSerializableSet.html delete mode 100644 javadoc/net/minecraft/util/JsonUtils.html delete mode 100644 javadoc/net/minecraft/util/LongHashMap.html delete mode 100644 javadoc/net/minecraft/util/MathHelper.html delete mode 100644 javadoc/net/minecraft/util/MessageDeserializer.html delete mode 100644 javadoc/net/minecraft/util/MessageDeserializer2.html delete mode 100644 javadoc/net/minecraft/util/MessageSerializer.html delete mode 100644 javadoc/net/minecraft/util/MessageSerializer2.html delete mode 100644 javadoc/net/minecraft/util/MinecraftError.html delete mode 100644 javadoc/net/minecraft/util/MouseFilter.html delete mode 100644 javadoc/net/minecraft/util/MouseHelper.html delete mode 100644 javadoc/net/minecraft/util/MovementInput.html delete mode 100644 javadoc/net/minecraft/util/MovementInputFromOptions.html delete mode 100644 javadoc/net/minecraft/util/MovingObjectPosition.MovingObjectType.html delete mode 100644 javadoc/net/minecraft/util/MovingObjectPosition.html delete mode 100644 javadoc/net/minecraft/util/ObjectIntIdentityMap.html delete mode 100644 javadoc/net/minecraft/util/RegistryDefaulted.html delete mode 100644 javadoc/net/minecraft/util/RegistryNamespaced.html delete mode 100644 javadoc/net/minecraft/util/RegistryNamespacedDefaultedByKey.html delete mode 100644 javadoc/net/minecraft/util/RegistrySimple.html delete mode 100644 javadoc/net/minecraft/util/ReportedException.html delete mode 100644 javadoc/net/minecraft/util/ResourceLocation.html delete mode 100644 javadoc/net/minecraft/util/ScreenShotHelper.html delete mode 100644 javadoc/net/minecraft/util/Session.Type.html delete mode 100644 javadoc/net/minecraft/util/Session.html delete mode 100644 javadoc/net/minecraft/util/StatCollector.html delete mode 100644 javadoc/net/minecraft/util/StringTranslate.html delete mode 100644 javadoc/net/minecraft/util/StringUtils.html delete mode 100644 javadoc/net/minecraft/util/ThreadSafeBoundList.html delete mode 100644 javadoc/net/minecraft/util/Timer.html delete mode 100644 javadoc/net/minecraft/util/Tuple.html delete mode 100644 javadoc/net/minecraft/util/TupleIntJsonSerializable.html delete mode 100644 javadoc/net/minecraft/util/Util.EnumOS.html delete mode 100644 javadoc/net/minecraft/util/Util.html delete mode 100644 javadoc/net/minecraft/util/Vec3.html delete mode 100644 javadoc/net/minecraft/util/WeightedRandom.Item.html delete mode 100644 javadoc/net/minecraft/util/WeightedRandom.html delete mode 100644 javadoc/net/minecraft/util/WeightedRandomChestContent.html delete mode 100644 javadoc/net/minecraft/util/WeightedRandomFishable.html delete mode 100644 javadoc/net/minecraft/util/package-frame.html delete mode 100644 javadoc/net/minecraft/util/package-summary.html delete mode 100644 javadoc/net/minecraft/util/package-tree.html (limited to 'javadoc/net/minecraft/util') diff --git a/javadoc/net/minecraft/util/AxisAlignedBB.html b/javadoc/net/minecraft/util/AxisAlignedBB.html deleted file mode 100644 index d4b81dc..0000000 --- a/javadoc/net/minecraft/util/AxisAlignedBB.html +++ /dev/null @@ -1,640 +0,0 @@ - - - - - -AxisAlignedBB (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class AxisAlignedBB

-
-
- -
-
    -
  • -
    -
    -
    public class AxisAlignedBB
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        minX

        -
        public double minX
        -
      • -
      - - - -
        -
      • -

        minY

        -
        public double minY
        -
      • -
      - - - -
        -
      • -

        minZ

        -
        public double minZ
        -
      • -
      - - - -
        -
      • -

        maxX

        -
        public double maxX
        -
      • -
      - - - -
        -
      • -

        maxY

        -
        public double maxY
        -
      • -
      - - - -
        -
      • -

        maxZ

        -
        public double maxZ
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        AxisAlignedBB

        -
        protected AxisAlignedBB(double p_i2300_1_,
        -             double p_i2300_3_,
        -             double p_i2300_5_,
        -             double p_i2300_7_,
        -             double p_i2300_9_,
        -             double p_i2300_11_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getBoundingBox

        -
        public static AxisAlignedBB getBoundingBox(double p_72330_0_,
        -                           double p_72330_2_,
        -                           double p_72330_4_,
        -                           double p_72330_6_,
        -                           double p_72330_8_,
        -                           double p_72330_10_)
        -
      • -
      - - - -
        -
      • -

        setBounds

        -
        public AxisAlignedBB setBounds(double p_72324_1_,
        -                      double p_72324_3_,
        -                      double p_72324_5_,
        -                      double p_72324_7_,
        -                      double p_72324_9_,
        -                      double p_72324_11_)
        -
      • -
      - - - -
        -
      • -

        addCoord

        -
        public AxisAlignedBB addCoord(double p_72321_1_,
        -                     double p_72321_3_,
        -                     double p_72321_5_)
        -
      • -
      - - - -
        -
      • -

        expand

        -
        public AxisAlignedBB expand(double p_72314_1_,
        -                   double p_72314_3_,
        -                   double p_72314_5_)
        -
      • -
      - - - - - - - -
        -
      • -

        getOffsetBoundingBox

        -
        public AxisAlignedBB getOffsetBoundingBox(double p_72325_1_,
        -                                 double p_72325_3_,
        -                                 double p_72325_5_)
        -
      • -
      - - - -
        -
      • -

        calculateXOffset

        -
        public double calculateXOffset(AxisAlignedBB p_72316_1_,
        -                      double p_72316_2_)
        -
      • -
      - - - -
        -
      • -

        calculateYOffset

        -
        public double calculateYOffset(AxisAlignedBB p_72323_1_,
        -                      double p_72323_2_)
        -
      • -
      - - - -
        -
      • -

        calculateZOffset

        -
        public double calculateZOffset(AxisAlignedBB p_72322_1_,
        -                      double p_72322_2_)
        -
      • -
      - - - -
        -
      • -

        intersectsWith

        -
        public boolean intersectsWith(AxisAlignedBB p_72326_1_)
        -
      • -
      - - - -
        -
      • -

        offset

        -
        public AxisAlignedBB offset(double p_72317_1_,
        -                   double p_72317_3_,
        -                   double p_72317_5_)
        -
      • -
      - - - -
        -
      • -

        isVecInside

        -
        public boolean isVecInside(Vec3 p_72318_1_)
        -
      • -
      - - - -
        -
      • -

        getAverageEdgeLength

        -
        public double getAverageEdgeLength()
        -
      • -
      - - - -
        -
      • -

        contract

        -
        public AxisAlignedBB contract(double p_72331_1_,
        -                     double p_72331_3_,
        -                     double p_72331_5_)
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/ChatAllowedCharacters.html b/javadoc/net/minecraft/util/ChatAllowedCharacters.html deleted file mode 100644 index e2a881f..0000000 --- a/javadoc/net/minecraft/util/ChatAllowedCharacters.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - -ChatAllowedCharacters (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class ChatAllowedCharacters

-
-
- -
-
    -
  • -
    -
    -
    public class ChatAllowedCharacters
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      static char[]allowedCharacters 
      -
    • -
    - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static java.lang.StringfilerAllowedCharacters(java.lang.String p_71565_0_) 
      static booleanisAllowedCharacter(char p_71566_0_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Field Detail

      - - - -
        -
      • -

        allowedCharacters

        -
        public static final char[] allowedCharacters
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ChatAllowedCharacters

        -
        public ChatAllowedCharacters()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        isAllowedCharacter

        -
        public static boolean isAllowedCharacter(char p_71566_0_)
        -
      • -
      - - - -
        -
      • -

        filerAllowedCharacters

        -
        public static java.lang.String filerAllowedCharacters(java.lang.String p_71565_0_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/ChatComponentStyle.html b/javadoc/net/minecraft/util/ChatComponentStyle.html deleted file mode 100644 index 863a114..0000000 --- a/javadoc/net/minecraft/util/ChatComponentStyle.html +++ /dev/null @@ -1,508 +0,0 @@ - - - - - -ChatComponentStyle (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class ChatComponentStyle

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

      Field Detail

      - - - -
        -
      • -

        siblings

        -
        protected java.util.List siblings
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ChatComponentStyle

        -
        public ChatComponentStyle()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

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

        iterator

        -
        public java.util.Iterator iterator()
        -
        -
        Specified by:
        -
        iterator in interface java.lang.Iterable
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        createDeepCopyIterator

        -
        public static java.util.Iterator createDeepCopyIterator(java.lang.Iterable p_150262_0_)
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals(java.lang.Object p_equals_1_)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/ChatComponentText.html b/javadoc/net/minecraft/util/ChatComponentText.html deleted file mode 100644 index dcb0dfc..0000000 --- a/javadoc/net/minecraft/util/ChatComponentText.html +++ /dev/null @@ -1,360 +0,0 @@ - - - - - -ChatComponentText (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class ChatComponentText

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

      Constructor Detail

      - - - -
        -
      • -

        ChatComponentText

        -
        public ChatComponentText(java.lang.String p_i45159_1_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getChatComponentText_TextValue

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

        getUnformattedTextForChat

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

        equals

        -
        public boolean equals(java.lang.Object p_equals_1_)
        -
        -
        Overrides:
        -
        equals in class ChatComponentStyle
        -
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/ChatComponentTranslation.html b/javadoc/net/minecraft/util/ChatComponentTranslation.html deleted file mode 100644 index 7b1e646..0000000 --- a/javadoc/net/minecraft/util/ChatComponentTranslation.html +++ /dev/null @@ -1,471 +0,0 @@ - - - - - -ChatComponentTranslation (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class ChatComponentTranslation

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

      Field Detail

      - - - -
        -
      • -

        stringVariablePattern

        -
        public static final java.util.regex.Pattern stringVariablePattern
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ChatComponentTranslation

        -
        public ChatComponentTranslation(java.lang.String p_i45160_1_,
        -                        java.lang.Object... p_i45160_2_)
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/ChatComponentTranslationFormatException.html b/javadoc/net/minecraft/util/ChatComponentTranslationFormatException.html deleted file mode 100644 index 051ec5f..0000000 --- a/javadoc/net/minecraft/util/ChatComponentTranslationFormatException.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - -ChatComponentTranslationFormatException (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class ChatComponentTranslationFormatException

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    -
    public class ChatComponentTranslationFormatException
    -extends java.lang.IllegalArgumentException
    -
    See Also:
    Serialized Form
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ChatComponentTranslationFormatException

        -
        public ChatComponentTranslationFormatException(ChatComponentTranslation p_i45161_1_,
        -                                       java.lang.String p_i45161_2_)
        -
      • -
      - - - -
        -
      • -

        ChatComponentTranslationFormatException

        -
        public ChatComponentTranslationFormatException(ChatComponentTranslation p_i45162_1_,
        -                                       int p_i45162_2_)
        -
      • -
      - - - -
        -
      • -

        ChatComponentTranslationFormatException

        -
        public ChatComponentTranslationFormatException(ChatComponentTranslation p_i45163_1_,
        -                                       java.lang.Throwable p_i45163_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/ChatStyle.Serializer.html b/javadoc/net/minecraft/util/ChatStyle.Serializer.html deleted file mode 100644 index a75a6bc..0000000 --- a/javadoc/net/minecraft/util/ChatStyle.Serializer.html +++ /dev/null @@ -1,309 +0,0 @@ - - - - - -ChatStyle.Serializer (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class ChatStyle.Serializer

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.google.gson.JsonDeserializer, com.google.gson.JsonSerializer
    -
    -
    -
    Enclosing class:
    -
    ChatStyle
    -
    -
    -
    -
    public static class ChatStyle.Serializer
    -extends java.lang.Object
    -implements com.google.gson.JsonDeserializer, com.google.gson.JsonSerializer
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      ChatStyledeserialize(com.google.gson.JsonElement p_deserialize_1_, - java.lang.reflect.Type p_deserialize_2_, - com.google.gson.JsonDeserializationContext p_deserialize_3_) 
      com.google.gson.JsonElementserialize(ChatStyle p_serialize_1_, - java.lang.reflect.Type p_serialize_2_, - com.google.gson.JsonSerializationContext p_serialize_3_) 
      com.google.gson.JsonElementserialize(java.lang.Object p_serialize_1_, - java.lang.reflect.Type p_serialize_2_, - com.google.gson.JsonSerializationContext p_serialize_3_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        ChatStyle.Serializer

        -
        public ChatStyle.Serializer()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deserialize

        -
        public ChatStyle deserialize(com.google.gson.JsonElement p_deserialize_1_,
        -                    java.lang.reflect.Type p_deserialize_2_,
        -                    com.google.gson.JsonDeserializationContext p_deserialize_3_)
        -
        -
        Specified by:
        -
        deserialize in interface com.google.gson.JsonDeserializer
        -
        -
      • -
      - - - -
        -
      • -

        serialize

        -
        public com.google.gson.JsonElement serialize(ChatStyle p_serialize_1_,
        -                                    java.lang.reflect.Type p_serialize_2_,
        -                                    com.google.gson.JsonSerializationContext p_serialize_3_)
        -
      • -
      - - - -
        -
      • -

        serialize

        -
        public com.google.gson.JsonElement serialize(java.lang.Object p_serialize_1_,
        -                                    java.lang.reflect.Type p_serialize_2_,
        -                                    com.google.gson.JsonSerializationContext p_serialize_3_)
        -
        -
        Specified by:
        -
        serialize in interface com.google.gson.JsonSerializer
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/ChatStyle.html b/javadoc/net/minecraft/util/ChatStyle.html deleted file mode 100644 index d39daee..0000000 --- a/javadoc/net/minecraft/util/ChatStyle.html +++ /dev/null @@ -1,584 +0,0 @@ - - - - - -ChatStyle (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class ChatStyle

-
-
- -
-
    -
  • -
    -
    -
    public class ChatStyle
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ChatStyle

        -
        public ChatStyle()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        getBold

        -
        public boolean getBold()
        -
      • -
      - - - -
        -
      • -

        getItalic

        -
        public boolean getItalic()
        -
      • -
      - - - -
        -
      • -

        getStrikethrough

        -
        public boolean getStrikethrough()
        -
      • -
      - - - -
        -
      • -

        getUnderlined

        -
        public boolean getUnderlined()
        -
      • -
      - - - -
        -
      • -

        getObfuscated

        -
        public boolean getObfuscated()
        -
      • -
      - - - -
        -
      • -

        isEmpty

        -
        public boolean isEmpty()
        -
      • -
      - - - -
        -
      • -

        getChatClickEvent

        -
        public ClickEvent getChatClickEvent()
        -
      • -
      - - - -
        -
      • -

        getChatHoverEvent

        -
        public HoverEvent getChatHoverEvent()
        -
      • -
      - - - - - - - -
        -
      • -

        setBold

        -
        public ChatStyle setBold(java.lang.Boolean p_150227_1_)
        -
      • -
      - - - -
        -
      • -

        setItalic

        -
        public ChatStyle setItalic(java.lang.Boolean p_150217_1_)
        -
      • -
      - - - -
        -
      • -

        setStrikethrough

        -
        public ChatStyle setStrikethrough(java.lang.Boolean p_150225_1_)
        -
      • -
      - - - -
        -
      • -

        setUnderlined

        -
        public ChatStyle setUnderlined(java.lang.Boolean p_150228_1_)
        -
      • -
      - - - -
        -
      • -

        setObfuscated

        -
        public ChatStyle setObfuscated(java.lang.Boolean p_150237_1_)
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        getFormattingCode

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

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals(java.lang.Object p_equals_1_)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        createShallowCopy

        -
        public ChatStyle createShallowCopy()
        -
      • -
      - - - -
        -
      • -

        createDeepCopy

        -
        public ChatStyle createDeepCopy()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/ChunkCoordinates.html b/javadoc/net/minecraft/util/ChunkCoordinates.html deleted file mode 100644 index 76377b0..0000000 --- a/javadoc/net/minecraft/util/ChunkCoordinates.html +++ /dev/null @@ -1,468 +0,0 @@ - - - - - -ChunkCoordinates (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class ChunkCoordinates

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable
    -
    -
    -
    Direct Known Subclasses:
    -
    Teleporter.PortalPosition
    -
    -
    -
    -
    public class ChunkCoordinates
    -extends java.lang.Object
    -implements java.lang.Comparable
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        posX

        -
        public int posX
        -
      • -
      - - - -
        -
      • -

        posY

        -
        public int posY
        -
      • -
      - - - -
        -
      • -

        posZ

        -
        public int posZ
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ChunkCoordinates

        -
        public ChunkCoordinates()
        -
      • -
      - - - -
        -
      • -

        ChunkCoordinates

        -
        public ChunkCoordinates(int p_i1354_1_,
        -                int p_i1354_2_,
        -                int p_i1354_3_)
        -
      • -
      - - - -
        -
      • -

        ChunkCoordinates

        -
        public ChunkCoordinates(ChunkCoordinates p_i1355_1_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        equals

        -
        public boolean equals(java.lang.Object p_equals_1_)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - - - - - -
        -
      • -

        set

        -
        public void set(int p_71571_1_,
        -       int p_71571_2_,
        -       int p_71571_3_)
        -
      • -
      - - - -
        -
      • -

        getDistanceSquared

        -
        public float getDistanceSquared(int p_71569_1_,
        -                       int p_71569_2_,
        -                       int p_71569_3_)
        -
      • -
      - - - -
        -
      • -

        getDistanceSquaredToChunkCoordinates

        -
        public float getDistanceSquaredToChunkCoordinates(ChunkCoordinates p_82371_1_)
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        compareTo

        -
        public int compareTo(java.lang.Object p_compareTo_1_)
        -
        -
        Specified by:
        -
        compareTo in interface java.lang.Comparable
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/CombatEntry.html b/javadoc/net/minecraft/util/CombatEntry.html deleted file mode 100644 index 0c59128..0000000 --- a/javadoc/net/minecraft/util/CombatEntry.html +++ /dev/null @@ -1,329 +0,0 @@ - - - - - -CombatEntry (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class CombatEntry

-
-
- -
-
    -
  • -
    -
    -
    public class CombatEntry
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      CombatEntry(DamageSource p_i1564_1_, - int p_i1564_2_, - float p_i1564_3_, - float p_i1564_4_, - java.lang.String p_i1564_5_, - float p_i1564_6_) 
      -
    • -
    - - -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CombatEntry

        -
        public CombatEntry(DamageSource p_i1564_1_,
        -           int p_i1564_2_,
        -           float p_i1564_3_,
        -           float p_i1564_4_,
        -           java.lang.String p_i1564_5_,
        -           float p_i1564_6_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        func_94563_c

        -
        public float func_94563_c()
        -
      • -
      - - - -
        -
      • -

        func_94559_f

        -
        public boolean func_94559_f()
        -
      • -
      - - - -
        -
      • -

        func_94562_g

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

        func_94561_i

        -
        public float func_94561_i()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/CombatTracker.html b/javadoc/net/minecraft/util/CombatTracker.html deleted file mode 100644 index c064fe8..0000000 --- a/javadoc/net/minecraft/util/CombatTracker.html +++ /dev/null @@ -1,310 +0,0 @@ - - - - - -CombatTracker (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class CombatTracker

-
-
- -
-
    -
  • -
    -
    -
    public class CombatTracker
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        func_94545_a

        -
        public void func_94545_a()
        -
      • -
      - - - -
        -
      • -

        func_94547_a

        -
        public void func_94547_a(DamageSource p_94547_1_,
        -                float p_94547_2_,
        -                float p_94547_3_)
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        func_94549_h

        -
        public void func_94549_h()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/CryptManager.html b/javadoc/net/minecraft/util/CryptManager.html deleted file mode 100644 index d8a740c..0000000 --- a/javadoc/net/minecraft/util/CryptManager.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - -CryptManager (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class CryptManager

-
-
- -
-
    -
  • -
    -
    -
    public class CryptManager
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static java.security.KeyPaircreateNewKeyPair() 
      static javax.crypto.SecretKeycreateNewSharedKey() 
      static java.security.PublicKeydecodePublicKey(byte[] p_75896_0_) 
      static byte[]decryptData(java.security.Key p_75889_0_, - byte[] p_75889_1_) 
      static javax.crypto.SecretKeydecryptSharedKey(java.security.PrivateKey p_75887_0_, - byte[] p_75887_1_) 
      static byte[]encryptData(java.security.Key p_75894_0_, - byte[] p_75894_1_) 
      static javax.crypto.Cipherfunc_151229_a(int p_151229_0_, - java.security.Key p_151229_1_) 
      static byte[]getServerIdHash(java.lang.String p_75895_0_, - java.security.PublicKey p_75895_1_, - javax.crypto.SecretKey p_75895_2_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        CryptManager

        -
        public CryptManager()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        createNewSharedKey

        -
        public static javax.crypto.SecretKey createNewSharedKey()
        -
      • -
      - - - -
        -
      • -

        createNewKeyPair

        -
        public static java.security.KeyPair createNewKeyPair()
        -
      • -
      - - - -
        -
      • -

        getServerIdHash

        -
        public static byte[] getServerIdHash(java.lang.String p_75895_0_,
        -                     java.security.PublicKey p_75895_1_,
        -                     javax.crypto.SecretKey p_75895_2_)
        -
      • -
      - - - -
        -
      • -

        decodePublicKey

        -
        public static java.security.PublicKey decodePublicKey(byte[] p_75896_0_)
        -
      • -
      - - - -
        -
      • -

        decryptSharedKey

        -
        public static javax.crypto.SecretKey decryptSharedKey(java.security.PrivateKey p_75887_0_,
        -                                      byte[] p_75887_1_)
        -
      • -
      - - - -
        -
      • -

        encryptData

        -
        public static byte[] encryptData(java.security.Key p_75894_0_,
        -                 byte[] p_75894_1_)
        -
      • -
      - - - -
        -
      • -

        decryptData

        -
        public static byte[] decryptData(java.security.Key p_75889_0_,
        -                 byte[] p_75889_1_)
        -
      • -
      - - - -
        -
      • -

        func_151229_a

        -
        public static javax.crypto.Cipher func_151229_a(int p_151229_0_,
        -                                java.security.Key p_151229_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/DamageSource.html b/javadoc/net/minecraft/util/DamageSource.html deleted file mode 100644 index 09fe519..0000000 --- a/javadoc/net/minecraft/util/DamageSource.html +++ /dev/null @@ -1,848 +0,0 @@ - - - - - -DamageSource (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class DamageSource

-
-
- -
-
    -
  • -
    -
    Direct Known Subclasses:
    -
    EntityDamageSource
    -
    -
    -
    -
    public class DamageSource
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DamageSource

        -
        public DamageSource(java.lang.String p_i1566_1_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

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

        causeIndirectMagicDamage

        -
        public static DamageSource causeIndirectMagicDamage(Entity p_76354_0_,
        -                                    Entity p_76354_1_)
        -
      • -
      - - - -
        -
      • -

        causeThornsDamage

        -
        public static DamageSource causeThornsDamage(Entity p_92087_0_)
        -
      • -
      - - - - - - - -
        -
      • -

        isProjectile

        -
        public boolean isProjectile()
        -
      • -
      - - - -
        -
      • -

        setProjectile

        -
        public DamageSource setProjectile()
        -
      • -
      - - - -
        -
      • -

        isExplosion

        -
        public boolean isExplosion()
        -
      • -
      - - - - - - - -
        -
      • -

        isUnblockable

        -
        public boolean isUnblockable()
        -
      • -
      - - - -
        -
      • -

        getHungerDamage

        -
        public float getHungerDamage()
        -
      • -
      - - - -
        -
      • -

        canHarmInCreative

        -
        public boolean canHarmInCreative()
        -
      • -
      - - - -
        -
      • -

        isDamageAbsolute

        -
        public boolean isDamageAbsolute()
        -
      • -
      - - - -
        -
      • -

        getSourceOfDamage

        -
        public Entity getSourceOfDamage()
        -
      • -
      - - - -
        -
      • -

        getEntity

        -
        public Entity getEntity()
        -
      • -
      - - - -
        -
      • -

        setDamageBypassesArmor

        -
        public DamageSource setDamageBypassesArmor()
        -
      • -
      - - - -
        -
      • -

        setDamageAllowedInCreativeMode

        -
        public DamageSource setDamageAllowedInCreativeMode()
        -
      • -
      - - - -
        -
      • -

        setDamageIsAbsolute

        -
        public DamageSource setDamageIsAbsolute()
        -
      • -
      - - - -
        -
      • -

        setFireDamage

        -
        public DamageSource setFireDamage()
        -
      • -
      - - - - - - - -
        -
      • -

        isFireDamage

        -
        public boolean isFireDamage()
        -
      • -
      - - - -
        -
      • -

        getDamageType

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

        setDifficultyScaled

        -
        public DamageSource setDifficultyScaled()
        -
      • -
      - - - -
        -
      • -

        isDifficultyScaled

        -
        public boolean isDifficultyScaled()
        -
      • -
      - - - -
        -
      • -

        isMagicDamage

        -
        public boolean isMagicDamage()
        -
      • -
      - - - -
        -
      • -

        setMagicDamage

        -
        public DamageSource setMagicDamage()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/Direction.html b/javadoc/net/minecraft/util/Direction.html deleted file mode 100644 index bcfc3ac..0000000 --- a/javadoc/net/minecraft/util/Direction.html +++ /dev/null @@ -1,396 +0,0 @@ - - - - - -Direction (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class Direction

-
-
- -
-
    -
  • -
    -
    -
    public class Direction
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static intgetMovementDirection(double p_82372_0_, - double p_82372_2_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Field Detail

      - - - -
        -
      • -

        offsetX

        -
        public static final int[] offsetX
        -
      • -
      - - - -
        -
      • -

        offsetZ

        -
        public static final int[] offsetZ
        -
      • -
      - - - -
        -
      • -

        directions

        -
        public static final java.lang.String[] directions
        -
      • -
      - - - -
        -
      • -

        directionToFacing

        -
        public static final int[] directionToFacing
        -
      • -
      - - - -
        -
      • -

        facingToDirection

        -
        public static final int[] facingToDirection
        -
      • -
      - - - -
        -
      • -

        rotateOpposite

        -
        public static final int[] rotateOpposite
        -
      • -
      - - - -
        -
      • -

        rotateRight

        -
        public static final int[] rotateRight
        -
      • -
      - - - -
        -
      • -

        rotateLeft

        -
        public static final int[] rotateLeft
        -
      • -
      - - - -
        -
      • -

        bedDirection

        -
        public static final int[][] bedDirection
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Direction

        -
        public Direction()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getMovementDirection

        -
        public static int getMovementDirection(double p_82372_0_,
        -                       double p_82372_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/EnchantmentNameParts.html b/javadoc/net/minecraft/util/EnchantmentNameParts.html deleted file mode 100644 index f87193b..0000000 --- a/javadoc/net/minecraft/util/EnchantmentNameParts.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - -EnchantmentNameParts (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class EnchantmentNameParts

-
-
- -
-
    -
  • -
    -
    -
    public class EnchantmentNameParts
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - - - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgenerateNewRandomName() 
      voidreseedRandomGenerator(long p_148335_1_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        EnchantmentNameParts

        -
        public EnchantmentNameParts()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        generateNewRandomName

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

        reseedRandomGenerator

        -
        public void reseedRandomGenerator(long p_148335_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/EntityDamageSource.html b/javadoc/net/minecraft/util/EntityDamageSource.html deleted file mode 100644 index ded6a2a..0000000 --- a/javadoc/net/minecraft/util/EntityDamageSource.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -EntityDamageSource (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class EntityDamageSource

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/EntityDamageSourceIndirect.html b/javadoc/net/minecraft/util/EntityDamageSourceIndirect.html deleted file mode 100644 index 7d036c9..0000000 --- a/javadoc/net/minecraft/util/EntityDamageSourceIndirect.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - -EntityDamageSourceIndirect (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class EntityDamageSourceIndirect

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/EnumChatFormatting.html b/javadoc/net/minecraft/util/EnumChatFormatting.html deleted file mode 100644 index c0a9507..0000000 --- a/javadoc/net/minecraft/util/EnumChatFormatting.html +++ /dev/null @@ -1,667 +0,0 @@ - - - - - -EnumChatFormatting (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Enum EnumChatFormatting

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<EnumChatFormatting>
    -
    -
    -
    -
    public enum EnumChatFormatting
    -extends java.lang.Enum<EnumChatFormatting>
    -
  • -
-
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static EnumChatFormatting[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (EnumChatFormatting c : EnumChatFormatting.values())
        -    System.out.println(c);
        -
        -
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static EnumChatFormatting valueOf(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        Parameters:
        name - the name of the enum constant to be returned.
        -
        Returns:
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
      • -
      - - - -
        -
      • -

        getFormattingCode

        -
        public char getFormattingCode()
        -
      • -
      - - - -
        -
      • -

        isFancyStyling

        -
        public boolean isFancyStyling()
        -
      • -
      - - - -
        -
      • -

        isColor

        -
        public boolean isColor()
        -
      • -
      - - - -
        -
      • -

        getFriendlyName

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

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Enum<EnumChatFormatting>
        -
        -
      • -
      - - - -
        -
      • -

        getTextWithoutFormattingCodes

        -
        public static java.lang.String getTextWithoutFormattingCodes(java.lang.String p_110646_0_)
        -
      • -
      - - - -
        -
      • -

        getValueByName

        -
        public static EnumChatFormatting getValueByName(java.lang.String p_96300_0_)
        -
      • -
      - - - -
        -
      • -

        getValidValues

        -
        public static java.util.Collection getValidValues(boolean p_96296_0_,
        -                                  boolean p_96296_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/EnumFacing.html b/javadoc/net/minecraft/util/EnumFacing.html deleted file mode 100644 index 4b65432..0000000 --- a/javadoc/net/minecraft/util/EnumFacing.html +++ /dev/null @@ -1,417 +0,0 @@ - - - - - -EnumFacing (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Enum EnumFacing

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<EnumFacing>
    -
    -
    -
    -
    public enum EnumFacing
    -extends java.lang.Enum<EnumFacing>
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - - - - - - - - - - -
      Enum Constants 
      Enum Constant and Description
      DOWN 
      EAST 
      NORTH 
      SOUTH 
      UP 
      WEST 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static EnumFacinggetFront(int p_82600_0_) 
      intgetFrontOffsetX() 
      intgetFrontOffsetY() 
      intgetFrontOffsetZ() 
      static EnumFacingvalueOf(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static EnumFacing[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static EnumFacing[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (EnumFacing c : EnumFacing.values())
        -    System.out.println(c);
        -
        -
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static EnumFacing valueOf(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        Parameters:
        name - the name of the enum constant to be returned.
        -
        Returns:
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
      • -
      - - - -
        -
      • -

        getFrontOffsetX

        -
        public int getFrontOffsetX()
        -
      • -
      - - - -
        -
      • -

        getFrontOffsetY

        -
        public int getFrontOffsetY()
        -
      • -
      - - - -
        -
      • -

        getFrontOffsetZ

        -
        public int getFrontOffsetZ()
        -
      • -
      - - - -
        -
      • -

        getFront

        -
        public static EnumFacing getFront(int p_82600_0_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/EnumTypeAdapterFactory.html b/javadoc/net/minecraft/util/EnumTypeAdapterFactory.html deleted file mode 100644 index d0f3b6a..0000000 --- a/javadoc/net/minecraft/util/EnumTypeAdapterFactory.html +++ /dev/null @@ -1,265 +0,0 @@ - - - - - -EnumTypeAdapterFactory (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class EnumTypeAdapterFactory

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.google.gson.TypeAdapterFactory
    -
    -
    -
    -
    public class EnumTypeAdapterFactory
    -extends java.lang.Object
    -implements com.google.gson.TypeAdapterFactory
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      com.google.gson.TypeAdaptercreate(com.google.gson.Gson p_create_1_, - com.google.gson.reflect.TypeToken p_create_2_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        EnumTypeAdapterFactory

        -
        public EnumTypeAdapterFactory()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        create

        -
        public com.google.gson.TypeAdapter create(com.google.gson.Gson p_create_1_,
        -                                 com.google.gson.reflect.TypeToken p_create_2_)
        -
        -
        Specified by:
        -
        create in interface com.google.gson.TypeAdapterFactory
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/Facing.html b/javadoc/net/minecraft/util/Facing.html deleted file mode 100644 index 76fb242..0000000 --- a/javadoc/net/minecraft/util/Facing.html +++ /dev/null @@ -1,314 +0,0 @@ - - - - - -Facing (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class Facing

-
-
- -
-
    -
  • -
    -
    -
    public class Facing
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Field Detail

      - - - -
        -
      • -

        oppositeSide

        -
        public static final int[] oppositeSide
        -
      • -
      - - - -
        -
      • -

        offsetsXForSide

        -
        public static final int[] offsetsXForSide
        -
      • -
      - - - -
        -
      • -

        offsetsYForSide

        -
        public static final int[] offsetsYForSide
        -
      • -
      - - - -
        -
      • -

        offsetsZForSide

        -
        public static final int[] offsetsZForSide
        -
      • -
      - - - -
        -
      • -

        facings

        -
        public static final java.lang.String[] facings
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Facing

        -
        public Facing()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/FoodStats.html b/javadoc/net/minecraft/util/FoodStats.html deleted file mode 100644 index f3bda2e..0000000 --- a/javadoc/net/minecraft/util/FoodStats.html +++ /dev/null @@ -1,401 +0,0 @@ - - - - - -FoodStats (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class FoodStats

-
-
- -
-
    -
  • -
    -
    -
    public class FoodStats
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        FoodStats

        -
        public FoodStats()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        addStats

        -
        public void addStats(int p_75122_1_,
        -            float p_75122_2_)
        -
      • -
      - - - -
        -
      • -

        func_151686_a

        -
        public void func_151686_a(ItemFood p_151686_1_,
        -                 ItemStack p_151686_2_)
        -
      • -
      - - - -
        -
      • -

        onUpdate

        -
        public void onUpdate(EntityPlayer p_75118_1_)
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        getFoodLevel

        -
        public int getFoodLevel()
        -
      • -
      - - - -
        -
      • -

        getPrevFoodLevel

        -
        public int getPrevFoodLevel()
        -
      • -
      - - - -
        -
      • -

        needFood

        -
        public boolean needFood()
        -
      • -
      - - - -
        -
      • -

        addExhaustion

        -
        public void addExhaustion(float p_75113_1_)
        -
      • -
      - - - -
        -
      • -

        getSaturationLevel

        -
        public float getSaturationLevel()
        -
      • -
      - - - -
        -
      • -

        setFoodLevel

        -
        public void setFoodLevel(int p_75114_1_)
        -
      • -
      - - - -
        -
      • -

        setFoodSaturationLevel

        -
        public void setFoodSaturationLevel(float p_75119_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/HttpUtil.DownloadListener.html b/javadoc/net/minecraft/util/HttpUtil.DownloadListener.html deleted file mode 100644 index 607e9b4..0000000 --- a/javadoc/net/minecraft/util/HttpUtil.DownloadListener.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - -HttpUtil.DownloadListener (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Interface HttpUtil.DownloadListener

-
-
-
-
    -
  • -
    -
    Enclosing class:
    -
    HttpUtil
    -
    -
    -
    -
    public static interface HttpUtil.DownloadListener
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidfunc_148522_a(java.io.File p_148522_1_) 
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        func_148522_a

        -
        void func_148522_a(java.io.File p_148522_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/HttpUtil.html b/javadoc/net/minecraft/util/HttpUtil.html deleted file mode 100644 index 836d2a0..0000000 --- a/javadoc/net/minecraft/util/HttpUtil.html +++ /dev/null @@ -1,347 +0,0 @@ - - - - - -HttpUtil (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class HttpUtil

-
-
- -
-
    -
  • -
    -
    -
    public class HttpUtil
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClass and Description
      static interface HttpUtil.DownloadListener 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static java.lang.StringbuildPostString(java.util.Map p_76179_0_) 
      static voidfunc_151223_a(java.io.File p_151223_0_, - java.lang.String p_151223_1_, - HttpUtil.DownloadListener p_151223_2_, - java.util.Map p_151223_3_, - int p_151223_4_, - IProgressUpdate p_151223_5_, - java.net.Proxy p_151223_6_) 
      static java.lang.Stringfunc_151226_a(java.net.URL p_151226_0_, - java.util.Map p_151226_1_, - boolean p_151226_2_) 
      static java.lang.Stringfunc_152755_a(java.net.URL p_152755_0_) 
      static intfunc_76181_a() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        HttpUtil

        -
        public HttpUtil()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        buildPostString

        -
        public static java.lang.String buildPostString(java.util.Map p_76179_0_)
        -
      • -
      - - - -
        -
      • -

        func_151226_a

        -
        public static java.lang.String func_151226_a(java.net.URL p_151226_0_,
        -                             java.util.Map p_151226_1_,
        -                             boolean p_151226_2_)
        -
      • -
      - - - -
        -
      • -

        func_151223_a

        -
        public static void func_151223_a(java.io.File p_151223_0_,
        -                 java.lang.String p_151223_1_,
        -                 HttpUtil.DownloadListener p_151223_2_,
        -                 java.util.Map p_151223_3_,
        -                 int p_151223_4_,
        -                 IProgressUpdate p_151223_5_,
        -                 java.net.Proxy p_151223_6_)
        -
      • -
      - - - -
        -
      • -

        func_76181_a

        -
        public static int func_76181_a()
        -                        throws java.io.IOException
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      - - - -
        -
      • -

        func_152755_a

        -
        public static java.lang.String func_152755_a(java.net.URL p_152755_0_)
        -                                      throws java.io.IOException
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/IChatComponent.Serializer.html b/javadoc/net/minecraft/util/IChatComponent.Serializer.html deleted file mode 100644 index 2137ced..0000000 --- a/javadoc/net/minecraft/util/IChatComponent.Serializer.html +++ /dev/null @@ -1,335 +0,0 @@ - - - - - -IChatComponent.Serializer (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class IChatComponent.Serializer

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.google.gson.JsonDeserializer, com.google.gson.JsonSerializer
    -
    -
    -
    Enclosing interface:
    -
    IChatComponent
    -
    -
    -
    -
    public static class IChatComponent.Serializer
    -extends java.lang.Object
    -implements com.google.gson.JsonDeserializer, com.google.gson.JsonSerializer
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      IChatComponentdeserialize(com.google.gson.JsonElement p_deserialize_1_, - java.lang.reflect.Type p_deserialize_2_, - com.google.gson.JsonDeserializationContext p_deserialize_3_) 
      static java.lang.Stringfunc_150696_a(IChatComponent p_150696_0_) 
      static IChatComponentfunc_150699_a(java.lang.String p_150699_0_) 
      com.google.gson.JsonElementserialize(IChatComponent p_serialize_1_, - java.lang.reflect.Type p_serialize_2_, - com.google.gson.JsonSerializationContext p_serialize_3_) 
      com.google.gson.JsonElementserialize(java.lang.Object p_serialize_1_, - java.lang.reflect.Type p_serialize_2_, - com.google.gson.JsonSerializationContext p_serialize_3_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        IChatComponent.Serializer

        -
        public IChatComponent.Serializer()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deserialize

        -
        public IChatComponent deserialize(com.google.gson.JsonElement p_deserialize_1_,
        -                         java.lang.reflect.Type p_deserialize_2_,
        -                         com.google.gson.JsonDeserializationContext p_deserialize_3_)
        -
        -
        Specified by:
        -
        deserialize in interface com.google.gson.JsonDeserializer
        -
        -
      • -
      - - - -
        -
      • -

        serialize

        -
        public com.google.gson.JsonElement serialize(IChatComponent p_serialize_1_,
        -                                    java.lang.reflect.Type p_serialize_2_,
        -                                    com.google.gson.JsonSerializationContext p_serialize_3_)
        -
      • -
      - - - -
        -
      • -

        func_150696_a

        -
        public static java.lang.String func_150696_a(IChatComponent p_150696_0_)
        -
      • -
      - - - -
        -
      • -

        func_150699_a

        -
        public static IChatComponent func_150699_a(java.lang.String p_150699_0_)
        -
      • -
      - - - -
        -
      • -

        serialize

        -
        public com.google.gson.JsonElement serialize(java.lang.Object p_serialize_1_,
        -                                    java.lang.reflect.Type p_serialize_2_,
        -                                    com.google.gson.JsonSerializationContext p_serialize_3_)
        -
        -
        Specified by:
        -
        serialize in interface com.google.gson.JsonSerializer
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/IChatComponent.html b/javadoc/net/minecraft/util/IChatComponent.html deleted file mode 100644 index 212d144..0000000 --- a/javadoc/net/minecraft/util/IChatComponent.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - - -IChatComponent (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Interface IChatComponent

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

      Method Detail

      - - - - - - - -
        -
      • -

        getChatStyle

        -
        ChatStyle getChatStyle()
        -
      • -
      - - - -
        -
      • -

        appendText

        -
        IChatComponent appendText(java.lang.String p_150258_1_)
        -
      • -
      - - - - - - - -
        -
      • -

        getUnformattedTextForChat

        -
        java.lang.String getUnformattedTextForChat()
        -
      • -
      - - - -
        -
      • -

        getUnformattedText

        -
        java.lang.String getUnformattedText()
        -
      • -
      - - - -
        -
      • -

        getFormattedText

        -
        java.lang.String getFormattedText()
        -
      • -
      - - - -
        -
      • -

        getSiblings

        -
        java.util.List getSiblings()
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/IIcon.html b/javadoc/net/minecraft/util/IIcon.html deleted file mode 100644 index a0877e9..0000000 --- a/javadoc/net/minecraft/util/IIcon.html +++ /dev/null @@ -1,312 +0,0 @@ - - - - - -IIcon (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Interface IIcon

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

      Method Detail

      - - - -
        -
      • -

        getIconWidth

        -
        int getIconWidth()
        -
      • -
      - - - -
        -
      • -

        getIconHeight

        -
        int getIconHeight()
        -
      • -
      - - - -
        -
      • -

        getMinU

        -
        float getMinU()
        -
      • -
      - - - -
        -
      • -

        getMaxU

        -
        float getMaxU()
        -
      • -
      - - - -
        -
      • -

        getInterpolatedU

        -
        float getInterpolatedU(double p_94214_1_)
        -
      • -
      - - - -
        -
      • -

        getMinV

        -
        float getMinV()
        -
      • -
      - - - -
        -
      • -

        getMaxV

        -
        float getMaxV()
        -
      • -
      - - - -
        -
      • -

        getInterpolatedV

        -
        float getInterpolatedV(double p_94207_1_)
        -
      • -
      - - - -
        -
      • -

        getIconName

        -
        java.lang.String getIconName()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/IJsonSerializable.html b/javadoc/net/minecraft/util/IJsonSerializable.html deleted file mode 100644 index a3cf89b..0000000 --- a/javadoc/net/minecraft/util/IJsonSerializable.html +++ /dev/null @@ -1,221 +0,0 @@ - - - - - -IJsonSerializable (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Interface IJsonSerializable

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    JsonSerializableSet
    -
    -
    -
    -
    public interface IJsonSerializable
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidfunc_152753_a(com.google.gson.JsonElement p_152753_1_) 
      com.google.gson.JsonElementgetSerializableElement() 
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        func_152753_a

        -
        void func_152753_a(com.google.gson.JsonElement p_152753_1_)
        -
      • -
      - - - -
        -
      • -

        getSerializableElement

        -
        com.google.gson.JsonElement getSerializableElement()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/IObjectIntIterable.html b/javadoc/net/minecraft/util/IObjectIntIterable.html deleted file mode 100644 index 3dcb6a3..0000000 --- a/javadoc/net/minecraft/util/IObjectIntIterable.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - -IObjectIntIterable (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Interface IObjectIntIterable

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

      Method Summary

      -
        -
      • - - -

        Methods inherited from interface java.lang.Iterable

        -iterator
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/IProgressUpdate.html b/javadoc/net/minecraft/util/IProgressUpdate.html deleted file mode 100644 index 7c3a280..0000000 --- a/javadoc/net/minecraft/util/IProgressUpdate.html +++ /dev/null @@ -1,260 +0,0 @@ - - - - - -IProgressUpdate (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Interface IProgressUpdate

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

      Method Detail

      - - - -
        -
      • -

        displayProgressMessage

        -
        void displayProgressMessage(java.lang.String p_73720_1_)
        -
      • -
      - - - -
        -
      • -

        resetProgressAndMessage

        -
        void resetProgressAndMessage(java.lang.String p_73721_1_)
        -
      • -
      - - - -
        -
      • -

        resetProgresAndWorkingMessage

        -
        void resetProgresAndWorkingMessage(java.lang.String p_73719_1_)
        -
      • -
      - - - -
        -
      • -

        setLoadingProgress

        -
        void setLoadingProgress(int p_73718_1_)
        -
      • -
      - - - -
        -
      • -

        func_146586_a

        -
        void func_146586_a()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/IRegistry.html b/javadoc/net/minecraft/util/IRegistry.html deleted file mode 100644 index 649624d..0000000 --- a/javadoc/net/minecraft/util/IRegistry.html +++ /dev/null @@ -1,223 +0,0 @@ - - - - - -IRegistry (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Interface IRegistry

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

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      java.lang.ObjectgetObject(java.lang.Object p_82594_1_) 
      voidputObject(java.lang.Object p_82595_1_, - java.lang.Object p_82595_2_) 
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getObject

        -
        java.lang.Object getObject(java.lang.Object p_82594_1_)
        -
      • -
      - - - -
        -
      • -

        putObject

        -
        void putObject(java.lang.Object p_82595_1_,
        -             java.lang.Object p_82595_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/IntHashMap.html b/javadoc/net/minecraft/util/IntHashMap.html deleted file mode 100644 index 3a142fc..0000000 --- a/javadoc/net/minecraft/util/IntHashMap.html +++ /dev/null @@ -1,308 +0,0 @@ - - - - - -IntHashMap (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class IntHashMap

-
-
- -
-
    -
  • -
    -
    -
    public class IntHashMap
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidaddKey(int p_76038_1_, - java.lang.Object p_76038_2_) 
      voidclearMap() 
      booleancontainsItem(int p_76037_1_) 
      java.lang.Objectlookup(int p_76041_1_) 
      java.lang.ObjectremoveObject(int p_76049_1_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        IntHashMap

        -
        public IntHashMap()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        lookup

        -
        public java.lang.Object lookup(int p_76041_1_)
        -
      • -
      - - - -
        -
      • -

        containsItem

        -
        public boolean containsItem(int p_76037_1_)
        -
      • -
      - - - -
        -
      • -

        addKey

        -
        public void addKey(int p_76038_1_,
        -          java.lang.Object p_76038_2_)
        -
      • -
      - - - -
        -
      • -

        removeObject

        -
        public java.lang.Object removeObject(int p_76049_1_)
        -
      • -
      - - - -
        -
      • -

        clearMap

        -
        public void clearMap()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/JsonSerializableSet.html b/javadoc/net/minecraft/util/JsonSerializableSet.html deleted file mode 100644 index 5ded5ec..0000000 --- a/javadoc/net/minecraft/util/JsonSerializableSet.html +++ /dev/null @@ -1,340 +0,0 @@ - - - - - -JsonSerializableSet (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class JsonSerializableSet

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Iterable, java.util.Collection, java.util.Set, IJsonSerializable
    -
    -
    -
    -
    public class JsonSerializableSet
    -extends com.google.common.collect.ForwardingSet
    -implements IJsonSerializable
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      protected java.util.Setdelegate() 
      voidfunc_152753_a(com.google.gson.JsonElement p_152753_1_) 
      com.google.gson.JsonElementgetSerializableElement() 
      -
        -
      • - - -

        Methods inherited from class com.google.common.collect.ForwardingSet

        -equals, hashCode, standardEquals, standardHashCode, standardRemoveAll
      • -
      -
        -
      • - - -

        Methods inherited from class com.google.common.collect.ForwardingCollection

        -add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
      • -
      -
        -
      • - - -

        Methods inherited from class com.google.common.collect.ForwardingObject

        -toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
        -
      • - - -

        Methods inherited from interface java.util.Set

        -add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        JsonSerializableSet

        -
        public JsonSerializableSet()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        func_152753_a

        -
        public void func_152753_a(com.google.gson.JsonElement p_152753_1_)
        -
        -
        Specified by:
        -
        func_152753_a in interface IJsonSerializable
        -
        -
      • -
      - - - - - - - -
        -
      • -

        delegate

        -
        protected java.util.Set delegate()
        -
        -
        Overrides:
        -
        delegate in class com.google.common.collect.ForwardingSet
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/JsonUtils.html b/javadoc/net/minecraft/util/JsonUtils.html deleted file mode 100644 index 5128801..0000000 --- a/javadoc/net/minecraft/util/JsonUtils.html +++ /dev/null @@ -1,609 +0,0 @@ - - - - - -JsonUtils (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class JsonUtils

-
-
- -
-
    -
  • -
    -
    -
    public class JsonUtils
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static com.google.gson.JsonObjectfunc_152754_s(com.google.gson.JsonObject p_152754_0_, - java.lang.String p_152754_1_) 
      static com.google.gson.JsonArraygetJsonElementAsJsonArray(com.google.gson.JsonElement p_151207_0_, - java.lang.String p_151207_1_) 
      static com.google.gson.JsonObjectgetJsonElementAsJsonObject(com.google.gson.JsonElement p_151210_0_, - java.lang.String p_151210_1_) 
      static booleangetJsonElementBooleanValue(com.google.gson.JsonElement p_151216_0_, - java.lang.String p_151216_1_) 
      static floatgetJsonElementFloatValue(com.google.gson.JsonElement p_151220_0_, - java.lang.String p_151220_1_) 
      static intgetJsonElementIntegerValue(com.google.gson.JsonElement p_151215_0_, - java.lang.String p_151215_1_) 
      static java.lang.StringgetJsonElementStringValue(com.google.gson.JsonElement p_151206_0_, - java.lang.String p_151206_1_) 
      static java.lang.StringgetJsonElementTypeDescription(com.google.gson.JsonElement p_151222_0_) 
      static booleangetJsonObjectBooleanFieldValue(com.google.gson.JsonObject p_151212_0_, - java.lang.String p_151212_1_) 
      static booleangetJsonObjectBooleanFieldValueOrDefault(com.google.gson.JsonObject p_151209_0_, - java.lang.String p_151209_1_, - boolean p_151209_2_) 
      static com.google.gson.JsonObjectgetJsonObjectFieldOrDefault(com.google.gson.JsonObject p_151218_0_, - java.lang.String p_151218_1_, - com.google.gson.JsonObject p_151218_2_) 
      static floatgetJsonObjectFloatFieldValue(com.google.gson.JsonObject p_151217_0_, - java.lang.String p_151217_1_) 
      static floatgetJsonObjectFloatFieldValueOrDefault(com.google.gson.JsonObject p_151221_0_, - java.lang.String p_151221_1_, - float p_151221_2_) 
      static intgetJsonObjectIntegerFieldValue(com.google.gson.JsonObject p_151203_0_, - java.lang.String p_151203_1_) 
      static intgetJsonObjectIntegerFieldValueOrDefault(com.google.gson.JsonObject p_151208_0_, - java.lang.String p_151208_1_, - int p_151208_2_) 
      static com.google.gson.JsonArraygetJsonObjectJsonArrayField(com.google.gson.JsonObject p_151214_0_, - java.lang.String p_151214_1_) 
      static com.google.gson.JsonArraygetJsonObjectJsonArrayFieldOrDefault(com.google.gson.JsonObject p_151213_0_, - java.lang.String p_151213_1_, - com.google.gson.JsonArray p_151213_2_) 
      static java.lang.StringgetJsonObjectStringFieldValue(com.google.gson.JsonObject p_151200_0_, - java.lang.String p_151200_1_) 
      static java.lang.StringgetJsonObjectStringFieldValueOrDefault(com.google.gson.JsonObject p_151219_0_, - java.lang.String p_151219_1_, - java.lang.String p_151219_2_) 
      static booleanjsonElementTypeIsString(com.google.gson.JsonElement p_151211_0_) 
      static booleanjsonObjectFieldTypeIsArray(com.google.gson.JsonObject p_151202_0_, - java.lang.String p_151202_1_) 
      static booleanjsonObjectFieldTypeIsPrimitive(com.google.gson.JsonObject p_151201_0_, - java.lang.String p_151201_1_) 
      static booleanjsonObjectFieldTypeIsString(com.google.gson.JsonObject p_151205_0_, - java.lang.String p_151205_1_) 
      static booleanjsonObjectHasNamedField(com.google.gson.JsonObject p_151204_0_, - java.lang.String p_151204_1_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        JsonUtils

        -
        public JsonUtils()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        jsonObjectFieldTypeIsString

        -
        public static boolean jsonObjectFieldTypeIsString(com.google.gson.JsonObject p_151205_0_,
        -                                  java.lang.String p_151205_1_)
        -
      • -
      - - - -
        -
      • -

        jsonElementTypeIsString

        -
        public static boolean jsonElementTypeIsString(com.google.gson.JsonElement p_151211_0_)
        -
      • -
      - - - -
        -
      • -

        jsonObjectFieldTypeIsArray

        -
        public static boolean jsonObjectFieldTypeIsArray(com.google.gson.JsonObject p_151202_0_,
        -                                 java.lang.String p_151202_1_)
        -
      • -
      - - - -
        -
      • -

        jsonObjectFieldTypeIsPrimitive

        -
        public static boolean jsonObjectFieldTypeIsPrimitive(com.google.gson.JsonObject p_151201_0_,
        -                                     java.lang.String p_151201_1_)
        -
      • -
      - - - -
        -
      • -

        jsonObjectHasNamedField

        -
        public static boolean jsonObjectHasNamedField(com.google.gson.JsonObject p_151204_0_,
        -                              java.lang.String p_151204_1_)
        -
      • -
      - - - -
        -
      • -

        getJsonElementStringValue

        -
        public static java.lang.String getJsonElementStringValue(com.google.gson.JsonElement p_151206_0_,
        -                                         java.lang.String p_151206_1_)
        -
      • -
      - - - -
        -
      • -

        getJsonObjectStringFieldValue

        -
        public static java.lang.String getJsonObjectStringFieldValue(com.google.gson.JsonObject p_151200_0_,
        -                                             java.lang.String p_151200_1_)
        -
      • -
      - - - -
        -
      • -

        getJsonObjectStringFieldValueOrDefault

        -
        public static java.lang.String getJsonObjectStringFieldValueOrDefault(com.google.gson.JsonObject p_151219_0_,
        -                                                      java.lang.String p_151219_1_,
        -                                                      java.lang.String p_151219_2_)
        -
      • -
      - - - -
        -
      • -

        getJsonElementBooleanValue

        -
        public static boolean getJsonElementBooleanValue(com.google.gson.JsonElement p_151216_0_,
        -                                 java.lang.String p_151216_1_)
        -
      • -
      - - - -
        -
      • -

        getJsonObjectBooleanFieldValue

        -
        public static boolean getJsonObjectBooleanFieldValue(com.google.gson.JsonObject p_151212_0_,
        -                                     java.lang.String p_151212_1_)
        -
      • -
      - - - -
        -
      • -

        getJsonObjectBooleanFieldValueOrDefault

        -
        public static boolean getJsonObjectBooleanFieldValueOrDefault(com.google.gson.JsonObject p_151209_0_,
        -                                              java.lang.String p_151209_1_,
        -                                              boolean p_151209_2_)
        -
      • -
      - - - -
        -
      • -

        getJsonElementFloatValue

        -
        public static float getJsonElementFloatValue(com.google.gson.JsonElement p_151220_0_,
        -                             java.lang.String p_151220_1_)
        -
      • -
      - - - -
        -
      • -

        getJsonObjectFloatFieldValue

        -
        public static float getJsonObjectFloatFieldValue(com.google.gson.JsonObject p_151217_0_,
        -                                 java.lang.String p_151217_1_)
        -
      • -
      - - - -
        -
      • -

        getJsonObjectFloatFieldValueOrDefault

        -
        public static float getJsonObjectFloatFieldValueOrDefault(com.google.gson.JsonObject p_151221_0_,
        -                                          java.lang.String p_151221_1_,
        -                                          float p_151221_2_)
        -
      • -
      - - - -
        -
      • -

        getJsonElementIntegerValue

        -
        public static int getJsonElementIntegerValue(com.google.gson.JsonElement p_151215_0_,
        -                             java.lang.String p_151215_1_)
        -
      • -
      - - - -
        -
      • -

        getJsonObjectIntegerFieldValue

        -
        public static int getJsonObjectIntegerFieldValue(com.google.gson.JsonObject p_151203_0_,
        -                                 java.lang.String p_151203_1_)
        -
      • -
      - - - -
        -
      • -

        getJsonObjectIntegerFieldValueOrDefault

        -
        public static int getJsonObjectIntegerFieldValueOrDefault(com.google.gson.JsonObject p_151208_0_,
        -                                          java.lang.String p_151208_1_,
        -                                          int p_151208_2_)
        -
      • -
      - - - -
        -
      • -

        getJsonElementAsJsonObject

        -
        public static com.google.gson.JsonObject getJsonElementAsJsonObject(com.google.gson.JsonElement p_151210_0_,
        -                                                    java.lang.String p_151210_1_)
        -
      • -
      - - - -
        -
      • -

        func_152754_s

        -
        public static com.google.gson.JsonObject func_152754_s(com.google.gson.JsonObject p_152754_0_,
        -                                       java.lang.String p_152754_1_)
        -
      • -
      - - - -
        -
      • -

        getJsonObjectFieldOrDefault

        -
        public static com.google.gson.JsonObject getJsonObjectFieldOrDefault(com.google.gson.JsonObject p_151218_0_,
        -                                                     java.lang.String p_151218_1_,
        -                                                     com.google.gson.JsonObject p_151218_2_)
        -
      • -
      - - - -
        -
      • -

        getJsonElementAsJsonArray

        -
        public static com.google.gson.JsonArray getJsonElementAsJsonArray(com.google.gson.JsonElement p_151207_0_,
        -                                                  java.lang.String p_151207_1_)
        -
      • -
      - - - -
        -
      • -

        getJsonObjectJsonArrayField

        -
        public static com.google.gson.JsonArray getJsonObjectJsonArrayField(com.google.gson.JsonObject p_151214_0_,
        -                                                    java.lang.String p_151214_1_)
        -
      • -
      - - - -
        -
      • -

        getJsonObjectJsonArrayFieldOrDefault

        -
        public static com.google.gson.JsonArray getJsonObjectJsonArrayFieldOrDefault(com.google.gson.JsonObject p_151213_0_,
        -                                                             java.lang.String p_151213_1_,
        -                                                             com.google.gson.JsonArray p_151213_2_)
        -
      • -
      - - - -
        -
      • -

        getJsonElementTypeDescription

        -
        public static java.lang.String getJsonElementTypeDescription(com.google.gson.JsonElement p_151222_0_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/LongHashMap.html b/javadoc/net/minecraft/util/LongHashMap.html deleted file mode 100644 index d29d107..0000000 --- a/javadoc/net/minecraft/util/LongHashMap.html +++ /dev/null @@ -1,308 +0,0 @@ - - - - - -LongHashMap (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class LongHashMap

-
-
- -
-
    -
  • -
    -
    -
    public class LongHashMap
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidadd(long p_76163_1_, - java.lang.Object p_76163_3_) 
      booleancontainsItem(long p_76161_1_) 
      intgetNumHashElements() 
      java.lang.ObjectgetValueByKey(long p_76164_1_) 
      java.lang.Objectremove(long p_76159_1_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        LongHashMap

        -
        public LongHashMap()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getNumHashElements

        -
        public int getNumHashElements()
        -
      • -
      - - - -
        -
      • -

        getValueByKey

        -
        public java.lang.Object getValueByKey(long p_76164_1_)
        -
      • -
      - - - -
        -
      • -

        containsItem

        -
        public boolean containsItem(long p_76161_1_)
        -
      • -
      - - - -
        -
      • -

        add

        -
        public void add(long p_76163_1_,
        -       java.lang.Object p_76163_3_)
        -
      • -
      - - - -
        -
      • -

        remove

        -
        public java.lang.Object remove(long p_76159_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/MathHelper.html b/javadoc/net/minecraft/util/MathHelper.html deleted file mode 100644 index 76e78e4..0000000 --- a/javadoc/net/minecraft/util/MathHelper.html +++ /dev/null @@ -1,716 +0,0 @@ - - - - - -MathHelper (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class MathHelper

-
-
- -
-
    -
  • -
    -
    -
    public class MathHelper
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static intabs_int(int p_76130_0_) 
      static doubleabs_max(double p_76132_0_, - double p_76132_2_) 
      static floatabs(float p_76135_0_) 
      static doubleaverage(long[] p_76127_0_) 
      static intbucketInt(int p_76137_0_, - int p_76137_1_) 
      static intcalculateLogBaseTwo(int p_151239_0_) 
      static intceiling_double_int(double p_76143_0_) 
      static intceiling_float_int(float p_76123_0_) 
      static doubleclamp_double(double p_151237_0_, - double p_151237_2_, - double p_151237_4_) 
      static floatclamp_float(float p_76131_0_, - float p_76131_1_, - float p_76131_2_) 
      static intclamp_int(int p_76125_0_, - int p_76125_1_, - int p_76125_2_) 
      static floatcos(float p_76134_0_) 
      static doubledenormalizeClamp(double p_151238_0_, - double p_151238_2_, - double p_151238_4_) 
      static longfloor_double_long(double p_76124_0_) 
      static intfloor_double(double p_76128_0_) 
      static intfloor_float(float p_76141_0_) 
      static intfunc_154353_e(double p_154353_0_) 
      static intfunc_154354_b(int p_154354_0_, - int p_154354_1_) 
      static doublegetRandomDoubleInRange(java.util.Random p_82716_0_, - double p_82716_1_, - double p_82716_3_) 
      static intgetRandomIntegerInRange(java.util.Random p_76136_0_, - int p_76136_1_, - int p_76136_2_) 
      static doubleparseDoubleWithDefault(java.lang.String p_82712_0_, - double p_82712_1_) 
      static doubleparseDoubleWithDefaultAndMax(java.lang.String p_82713_0_, - double p_82713_1_, - double p_82713_3_) 
      static intparseIntWithDefault(java.lang.String p_82715_0_, - int p_82715_1_) 
      static intparseIntWithDefaultAndMax(java.lang.String p_82714_0_, - int p_82714_1_, - int p_82714_2_) 
      static floatrandomFloatClamp(java.util.Random p_151240_0_, - float p_151240_1_, - float p_151240_2_) 
      static introundUpToPowerOfTwo(int p_151236_0_) 
      static floatsin(float p_76126_0_) 
      static floatsqrt_double(double p_76133_0_) 
      static floatsqrt_float(float p_76129_0_) 
      static booleanstringNullOrLengthZero(java.lang.String p_76139_0_) 
      static inttruncateDoubleToInt(double p_76140_0_) 
      static doublewrapAngleTo180_double(double p_76138_0_) 
      static floatwrapAngleTo180_float(float p_76142_0_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        MathHelper

        -
        public MathHelper()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        sin

        -
        public static final float sin(float p_76126_0_)
        -
      • -
      - - - -
        -
      • -

        cos

        -
        public static final float cos(float p_76134_0_)
        -
      • -
      - - - -
        -
      • -

        sqrt_float

        -
        public static final float sqrt_float(float p_76129_0_)
        -
      • -
      - - - -
        -
      • -

        sqrt_double

        -
        public static final float sqrt_double(double p_76133_0_)
        -
      • -
      - - - -
        -
      • -

        floor_float

        -
        public static int floor_float(float p_76141_0_)
        -
      • -
      - - - -
        -
      • -

        truncateDoubleToInt

        -
        public static int truncateDoubleToInt(double p_76140_0_)
        -
      • -
      - - - -
        -
      • -

        floor_double

        -
        public static int floor_double(double p_76128_0_)
        -
      • -
      - - - -
        -
      • -

        floor_double_long

        -
        public static long floor_double_long(double p_76124_0_)
        -
      • -
      - - - -
        -
      • -

        func_154353_e

        -
        public static int func_154353_e(double p_154353_0_)
        -
      • -
      - - - -
        -
      • -

        abs

        -
        public static float abs(float p_76135_0_)
        -
      • -
      - - - -
        -
      • -

        abs_int

        -
        public static int abs_int(int p_76130_0_)
        -
      • -
      - - - -
        -
      • -

        ceiling_float_int

        -
        public static int ceiling_float_int(float p_76123_0_)
        -
      • -
      - - - -
        -
      • -

        ceiling_double_int

        -
        public static int ceiling_double_int(double p_76143_0_)
        -
      • -
      - - - -
        -
      • -

        clamp_int

        -
        public static int clamp_int(int p_76125_0_,
        -            int p_76125_1_,
        -            int p_76125_2_)
        -
      • -
      - - - -
        -
      • -

        clamp_float

        -
        public static float clamp_float(float p_76131_0_,
        -                float p_76131_1_,
        -                float p_76131_2_)
        -
      • -
      - - - -
        -
      • -

        clamp_double

        -
        public static double clamp_double(double p_151237_0_,
        -                  double p_151237_2_,
        -                  double p_151237_4_)
        -
      • -
      - - - -
        -
      • -

        denormalizeClamp

        -
        public static double denormalizeClamp(double p_151238_0_,
        -                      double p_151238_2_,
        -                      double p_151238_4_)
        -
      • -
      - - - -
        -
      • -

        abs_max

        -
        public static double abs_max(double p_76132_0_,
        -             double p_76132_2_)
        -
      • -
      - - - -
        -
      • -

        bucketInt

        -
        public static int bucketInt(int p_76137_0_,
        -            int p_76137_1_)
        -
      • -
      - - - -
        -
      • -

        stringNullOrLengthZero

        -
        public static boolean stringNullOrLengthZero(java.lang.String p_76139_0_)
        -
      • -
      - - - -
        -
      • -

        getRandomIntegerInRange

        -
        public static int getRandomIntegerInRange(java.util.Random p_76136_0_,
        -                          int p_76136_1_,
        -                          int p_76136_2_)
        -
      • -
      - - - -
        -
      • -

        randomFloatClamp

        -
        public static float randomFloatClamp(java.util.Random p_151240_0_,
        -                     float p_151240_1_,
        -                     float p_151240_2_)
        -
      • -
      - - - -
        -
      • -

        getRandomDoubleInRange

        -
        public static double getRandomDoubleInRange(java.util.Random p_82716_0_,
        -                            double p_82716_1_,
        -                            double p_82716_3_)
        -
      • -
      - - - -
        -
      • -

        average

        -
        public static double average(long[] p_76127_0_)
        -
      • -
      - - - -
        -
      • -

        wrapAngleTo180_float

        -
        public static float wrapAngleTo180_float(float p_76142_0_)
        -
      • -
      - - - -
        -
      • -

        wrapAngleTo180_double

        -
        public static double wrapAngleTo180_double(double p_76138_0_)
        -
      • -
      - - - -
        -
      • -

        parseIntWithDefault

        -
        public static int parseIntWithDefault(java.lang.String p_82715_0_,
        -                      int p_82715_1_)
        -
      • -
      - - - -
        -
      • -

        parseIntWithDefaultAndMax

        -
        public static int parseIntWithDefaultAndMax(java.lang.String p_82714_0_,
        -                            int p_82714_1_,
        -                            int p_82714_2_)
        -
      • -
      - - - -
        -
      • -

        parseDoubleWithDefault

        -
        public static double parseDoubleWithDefault(java.lang.String p_82712_0_,
        -                            double p_82712_1_)
        -
      • -
      - - - -
        -
      • -

        parseDoubleWithDefaultAndMax

        -
        public static double parseDoubleWithDefaultAndMax(java.lang.String p_82713_0_,
        -                                  double p_82713_1_,
        -                                  double p_82713_3_)
        -
      • -
      - - - -
        -
      • -

        roundUpToPowerOfTwo

        -
        public static int roundUpToPowerOfTwo(int p_151236_0_)
        -
      • -
      - - - -
        -
      • -

        calculateLogBaseTwo

        -
        public static int calculateLogBaseTwo(int p_151239_0_)
        -
      • -
      - - - -
        -
      • -

        func_154354_b

        -
        public static int func_154354_b(int p_154354_0_,
        -                int p_154354_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/MessageDeserializer.html b/javadoc/net/minecraft/util/MessageDeserializer.html deleted file mode 100644 index 6fab206..0000000 --- a/javadoc/net/minecraft/util/MessageDeserializer.html +++ /dev/null @@ -1,326 +0,0 @@ - - - - - -MessageDeserializer (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class MessageDeserializer

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler
    -
    -
    -
    -
    public class MessageDeserializer
    -extends io.netty.handler.codec.ByteToMessageDecoder
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

        -io.netty.channel.ChannelHandler.Sharable
      • -
      -
    • -
    - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      protected voiddecode(io.netty.channel.ChannelHandlerContext p_decode_1_, - io.netty.buffer.ByteBuf p_decode_2_, - java.util.List p_decode_3_) 
      -
        -
      • - - -

        Methods inherited from class io.netty.handler.codec.ByteToMessageDecoder

        -actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setSingleDecode
      • -
      -
        -
      • - - -

        Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter

        -channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
      • -
      -
        -
      • - - -

        Methods inherited from class io.netty.channel.ChannelHandlerAdapter

        -handlerAdded, isSharable
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

        Methods inherited from interface io.netty.channel.ChannelHandler

        -handlerAdded
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MessageDeserializer

        -
        public MessageDeserializer(NetworkStatistics p_i1183_1_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        decode

        -
        protected void decode(io.netty.channel.ChannelHandlerContext p_decode_1_,
        -          io.netty.buffer.ByteBuf p_decode_2_,
        -          java.util.List p_decode_3_)
        -               throws java.io.IOException
        -
        -
        Specified by:
        -
        decode in class io.netty.handler.codec.ByteToMessageDecoder
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/MessageDeserializer2.html b/javadoc/net/minecraft/util/MessageDeserializer2.html deleted file mode 100644 index 5602ea7..0000000 --- a/javadoc/net/minecraft/util/MessageDeserializer2.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - - -MessageDeserializer2 (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class MessageDeserializer2

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler
    -
    -
    -
    -
    public class MessageDeserializer2
    -extends io.netty.handler.codec.ByteToMessageDecoder
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

        -io.netty.channel.ChannelHandler.Sharable
      • -
      -
    • -
    - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      protected voiddecode(io.netty.channel.ChannelHandlerContext p_decode_1_, - io.netty.buffer.ByteBuf p_decode_2_, - java.util.List p_decode_3_) 
      -
        -
      • - - -

        Methods inherited from class io.netty.handler.codec.ByteToMessageDecoder

        -actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setSingleDecode
      • -
      -
        -
      • - - -

        Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter

        -channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
      • -
      -
        -
      • - - -

        Methods inherited from class io.netty.channel.ChannelHandlerAdapter

        -handlerAdded, isSharable
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

        Methods inherited from interface io.netty.channel.ChannelHandler

        -handlerAdded
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MessageDeserializer2

        -
        public MessageDeserializer2()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        decode

        -
        protected void decode(io.netty.channel.ChannelHandlerContext p_decode_1_,
        -          io.netty.buffer.ByteBuf p_decode_2_,
        -          java.util.List p_decode_3_)
        -
        -
        Specified by:
        -
        decode in class io.netty.handler.codec.ByteToMessageDecoder
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/MessageSerializer.html b/javadoc/net/minecraft/util/MessageSerializer.html deleted file mode 100644 index d157471..0000000 --- a/javadoc/net/minecraft/util/MessageSerializer.html +++ /dev/null @@ -1,346 +0,0 @@ - - - - - -MessageSerializer (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class MessageSerializer

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelOutboundHandler
    -
    -
    -
    -
    public class MessageSerializer
    -extends io.netty.handler.codec.MessageToByteEncoder
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

        -io.netty.channel.ChannelHandler.Sharable
      • -
      -
    • -
    - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      protected voidencode(io.netty.channel.ChannelHandlerContext p_encode_1_, - java.lang.Object p_encode_2_, - io.netty.buffer.ByteBuf p_encode_3_) 
      protected voidencode(io.netty.channel.ChannelHandlerContext p_encode_1_, - Packet p_encode_2_, - io.netty.buffer.ByteBuf p_encode_3_) 
      -
        -
      • - - -

        Methods inherited from class io.netty.handler.codec.MessageToByteEncoder

        -acceptOutboundMessage, write
      • -
      -
        -
      • - - -

        Methods inherited from class io.netty.channel.ChannelOutboundHandlerAdapter

        -bind, close, connect, deregister, disconnect, flush, read
      • -
      -
        -
      • - - -

        Methods inherited from class io.netty.channel.ChannelHandlerAdapter

        -exceptionCaught, handlerAdded, handlerRemoved, isSharable
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

        Methods inherited from interface io.netty.channel.ChannelHandler

        -exceptionCaught, handlerAdded, handlerRemoved
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        encode

        -
        protected void encode(io.netty.channel.ChannelHandlerContext p_encode_1_,
        -          Packet p_encode_2_,
        -          io.netty.buffer.ByteBuf p_encode_3_)
        -               throws java.io.IOException
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      - - - -
        -
      • -

        encode

        -
        protected void encode(io.netty.channel.ChannelHandlerContext p_encode_1_,
        -          java.lang.Object p_encode_2_,
        -          io.netty.buffer.ByteBuf p_encode_3_)
        -               throws java.io.IOException
        -
        -
        Specified by:
        -
        encode in class io.netty.handler.codec.MessageToByteEncoder
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/MessageSerializer2.html b/javadoc/net/minecraft/util/MessageSerializer2.html deleted file mode 100644 index a0c1c42..0000000 --- a/javadoc/net/minecraft/util/MessageSerializer2.html +++ /dev/null @@ -1,341 +0,0 @@ - - - - - -MessageSerializer2 (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class MessageSerializer2

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelOutboundHandler
    -
    -
    -
    -
    public class MessageSerializer2
    -extends io.netty.handler.codec.MessageToByteEncoder
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

        -io.netty.channel.ChannelHandler.Sharable
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      protected voidencode(io.netty.channel.ChannelHandlerContext p_encode_1_, - io.netty.buffer.ByteBuf p_encode_2_, - io.netty.buffer.ByteBuf p_encode_3_) 
      protected voidencode(io.netty.channel.ChannelHandlerContext p_encode_1_, - java.lang.Object p_encode_2_, - io.netty.buffer.ByteBuf p_encode_3_) 
      -
        -
      • - - -

        Methods inherited from class io.netty.handler.codec.MessageToByteEncoder

        -acceptOutboundMessage, write
      • -
      -
        -
      • - - -

        Methods inherited from class io.netty.channel.ChannelOutboundHandlerAdapter

        -bind, close, connect, deregister, disconnect, flush, read
      • -
      -
        -
      • - - -

        Methods inherited from class io.netty.channel.ChannelHandlerAdapter

        -exceptionCaught, handlerAdded, handlerRemoved, isSharable
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

        Methods inherited from interface io.netty.channel.ChannelHandler

        -exceptionCaught, handlerAdded, handlerRemoved
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MessageSerializer2

        -
        public MessageSerializer2()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        encode

        -
        protected void encode(io.netty.channel.ChannelHandlerContext p_encode_1_,
        -          io.netty.buffer.ByteBuf p_encode_2_,
        -          io.netty.buffer.ByteBuf p_encode_3_)
        -
      • -
      - - - -
        -
      • -

        encode

        -
        protected void encode(io.netty.channel.ChannelHandlerContext p_encode_1_,
        -          java.lang.Object p_encode_2_,
        -          io.netty.buffer.ByteBuf p_encode_3_)
        -
        -
        Specified by:
        -
        encode in class io.netty.handler.codec.MessageToByteEncoder
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/MinecraftError.html b/javadoc/net/minecraft/util/MinecraftError.html deleted file mode 100644 index d840ab5..0000000 --- a/javadoc/net/minecraft/util/MinecraftError.html +++ /dev/null @@ -1,248 +0,0 @@ - - - - - -MinecraftError (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class MinecraftError

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    -
    public class MinecraftError
    -extends java.lang.Error
    -
    See Also:
    Serialized Form
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        MinecraftError

        -
        public MinecraftError()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/MouseFilter.html b/javadoc/net/minecraft/util/MouseFilter.html deleted file mode 100644 index f608612..0000000 --- a/javadoc/net/minecraft/util/MouseFilter.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - - -MouseFilter (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class MouseFilter

-
-
- -
-
    -
  • -
    -
    -
    public class MouseFilter
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      floatsmooth(float p_76333_1_, - float p_76333_2_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        MouseFilter

        -
        public MouseFilter()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        smooth

        -
        public float smooth(float p_76333_1_,
        -           float p_76333_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/MouseHelper.html b/javadoc/net/minecraft/util/MouseHelper.html deleted file mode 100644 index 27c9afe..0000000 --- a/javadoc/net/minecraft/util/MouseHelper.html +++ /dev/null @@ -1,329 +0,0 @@ - - - - - -MouseHelper (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class MouseHelper

-
-
- -
-
    -
  • -
    -
    -
    public class MouseHelper
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      intdeltaX 
      intdeltaY 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidgrabMouseCursor() 
      voidmouseXYChange() 
      voidungrabMouseCursor() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Field Detail

      - - - -
        -
      • -

        deltaX

        -
        public int deltaX
        -
      • -
      - - - -
        -
      • -

        deltaY

        -
        public int deltaY
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MouseHelper

        -
        public MouseHelper()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        grabMouseCursor

        -
        public void grabMouseCursor()
        -
      • -
      - - - -
        -
      • -

        ungrabMouseCursor

        -
        public void ungrabMouseCursor()
        -
      • -
      - - - -
        -
      • -

        mouseXYChange

        -
        public void mouseXYChange()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/MovementInput.html b/javadoc/net/minecraft/util/MovementInput.html deleted file mode 100644 index e63472d..0000000 --- a/javadoc/net/minecraft/util/MovementInput.html +++ /dev/null @@ -1,333 +0,0 @@ - - - - - -MovementInput (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class MovementInput

-
-
- -
-
    -
  • -
    -
    Direct Known Subclasses:
    -
    MovementInputFromOptions
    -
    -
    -
    -
    public class MovementInput
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      booleanjump 
      floatmoveForward 
      floatmoveStrafe 
      booleansneak 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidupdatePlayerMoveState() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Field Detail

      - - - -
        -
      • -

        moveStrafe

        -
        public float moveStrafe
        -
      • -
      - - - -
        -
      • -

        moveForward

        -
        public float moveForward
        -
      • -
      - - - -
        -
      • -

        jump

        -
        public boolean jump
        -
      • -
      - - - -
        -
      • -

        sneak

        -
        public boolean sneak
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MovementInput

        -
        public MovementInput()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        updatePlayerMoveState

        -
        public void updatePlayerMoveState()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/MovementInputFromOptions.html b/javadoc/net/minecraft/util/MovementInputFromOptions.html deleted file mode 100644 index 1f01f30..0000000 --- a/javadoc/net/minecraft/util/MovementInputFromOptions.html +++ /dev/null @@ -1,278 +0,0 @@ - - - - - -MovementInputFromOptions (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class MovementInputFromOptions

-
-
- -
-
    -
  • -
    -
    -
    public class MovementInputFromOptions
    -extends MovementInput
    -
  • -
-
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/MovingObjectPosition.MovingObjectType.html b/javadoc/net/minecraft/util/MovingObjectPosition.MovingObjectType.html deleted file mode 100644 index 7b4536e..0000000 --- a/javadoc/net/minecraft/util/MovingObjectPosition.MovingObjectType.html +++ /dev/null @@ -1,333 +0,0 @@ - - - - - -MovingObjectPosition.MovingObjectType (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Enum MovingObjectPosition.MovingObjectType

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

      Enum Constant Summary

      - - - - - - - - - - - - - - -
      Enum Constants 
      Enum Constant and Description
      BLOCK 
      ENTITY 
      MISS 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static MovingObjectPosition.MovingObjectTypevalueOf(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static MovingObjectPosition.MovingObjectType[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static MovingObjectPosition.MovingObjectType[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (MovingObjectPosition.MovingObjectType c : MovingObjectPosition.MovingObjectType.values())
        -    System.out.println(c);
        -
        -
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static MovingObjectPosition.MovingObjectType valueOf(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        Parameters:
        name - the name of the enum constant to be returned.
        -
        Returns:
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/MovingObjectPosition.html b/javadoc/net/minecraft/util/MovingObjectPosition.html deleted file mode 100644 index 20f13d4..0000000 --- a/javadoc/net/minecraft/util/MovingObjectPosition.html +++ /dev/null @@ -1,479 +0,0 @@ - - - - - -MovingObjectPosition (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class MovingObjectPosition

-
-
- -
-
    -
  • -
    -
    -
    public class MovingObjectPosition
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - - - - - -
        -
      • -

        blockX

        -
        public int blockX
        -
      • -
      - - - -
        -
      • -

        blockY

        -
        public int blockY
        -
      • -
      - - - -
        -
      • -

        blockZ

        -
        public int blockZ
        -
      • -
      - - - -
        -
      • -

        sideHit

        -
        public int sideHit
        -
      • -
      - - - -
        -
      • -

        hitVec

        -
        public Vec3 hitVec
        -
      • -
      - - - -
        -
      • -

        entityHit

        -
        public Entity entityHit
        -
      • -
      - - - -
        -
      • -

        subHit

        -
        public int subHit
        -
        Used to determine what sub-segment is hit
        -
      • -
      - - - -
        -
      • -

        hitInfo

        -
        public java.lang.Object hitInfo
        -
        Used to add extra hit info
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MovingObjectPosition

        -
        public MovingObjectPosition(int p_i2303_1_,
        -                    int p_i2303_2_,
        -                    int p_i2303_3_,
        -                    int p_i2303_4_,
        -                    Vec3 p_i2303_5_)
        -
      • -
      - - - -
        -
      • -

        MovingObjectPosition

        -
        public MovingObjectPosition(int p_i45481_1_,
        -                    int p_i45481_2_,
        -                    int p_i45481_3_,
        -                    int p_i45481_4_,
        -                    Vec3 p_i45481_5_,
        -                    boolean p_i45481_6_)
        -
      • -
      - - - -
        -
      • -

        MovingObjectPosition

        -
        public MovingObjectPosition(Entity p_i2304_1_)
        -
      • -
      - - - -
        -
      • -

        MovingObjectPosition

        -
        public MovingObjectPosition(Entity p_i45482_1_,
        -                    Vec3 p_i45482_2_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/ObjectIntIdentityMap.html b/javadoc/net/minecraft/util/ObjectIntIdentityMap.html deleted file mode 100644 index e91c291..0000000 --- a/javadoc/net/minecraft/util/ObjectIntIdentityMap.html +++ /dev/null @@ -1,366 +0,0 @@ - - - - - -ObjectIntIdentityMap (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class ObjectIntIdentityMap

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

      Field Summary

      - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      protected java.util.Listfield_148748_b 
      protected java.util.IdentityHashMapfield_148749_a 
      -
    • -
    - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      booleanfunc_148744_b(int p_148744_1_) 
      java.lang.Objectfunc_148745_a(int p_148745_1_) 
      voidfunc_148746_a(java.lang.Object p_148746_1_, - int p_148746_2_) 
      intfunc_148747_b(java.lang.Object p_148747_1_) 
      java.util.Iteratoriterator() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Field Detail

      - - - -
        -
      • -

        field_148749_a

        -
        protected java.util.IdentityHashMap field_148749_a
        -
      • -
      - - - -
        -
      • -

        field_148748_b

        -
        protected java.util.List field_148748_b
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ObjectIntIdentityMap

        -
        public ObjectIntIdentityMap()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        func_148746_a

        -
        public void func_148746_a(java.lang.Object p_148746_1_,
        -                 int p_148746_2_)
        -
      • -
      - - - -
        -
      • -

        func_148747_b

        -
        public int func_148747_b(java.lang.Object p_148747_1_)
        -
      • -
      - - - -
        -
      • -

        func_148745_a

        -
        public java.lang.Object func_148745_a(int p_148745_1_)
        -
      • -
      - - - -
        -
      • -

        iterator

        -
        public java.util.Iterator iterator()
        -
        -
        Specified by:
        -
        iterator in interface java.lang.Iterable
        -
        -
      • -
      - - - -
        -
      • -

        func_148744_b

        -
        public boolean func_148744_b(int p_148744_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/RegistryDefaulted.html b/javadoc/net/minecraft/util/RegistryDefaulted.html deleted file mode 100644 index 994fb7f..0000000 --- a/javadoc/net/minecraft/util/RegistryDefaulted.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - -RegistryDefaulted (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class RegistryDefaulted

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

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      RegistryDefaulted(java.lang.Object p_i1366_1_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      java.lang.ObjectgetObject(java.lang.Object p_82594_1_) 
      - -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        RegistryDefaulted

        -
        public RegistryDefaulted(java.lang.Object p_i1366_1_)
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/RegistryNamespaced.html b/javadoc/net/minecraft/util/RegistryNamespaced.html deleted file mode 100644 index b345ede..0000000 --- a/javadoc/net/minecraft/util/RegistryNamespaced.html +++ /dev/null @@ -1,496 +0,0 @@ - - - - - -RegistryNamespaced (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class RegistryNamespaced

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

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidaddObject(int p_148756_1_, - java.lang.String p_148756_2_, - java.lang.Object p_148756_3_) 
      booleancontainsId(int p_148753_1_) 
      booleancontainsKey(java.lang.Object p_148741_1_) 
      booleancontainsKey(java.lang.String p_148741_1_) 
      protected java.util.MapcreateUnderlyingMap() 
      protected static java.lang.StringensureNamespaced(java.lang.String p_148755_0_) 
      intgetIDForObject(java.lang.Object p_148757_1_) 
      java.lang.StringgetNameForObject(java.lang.Object p_148750_1_) 
      java.lang.ObjectgetObject(java.lang.Object p_82594_1_) 
      java.lang.ObjectgetObject(java.lang.String p_82594_1_) 
      java.lang.ObjectgetObjectById(int p_148754_1_) 
      java.util.Iteratoriterator() 
      - -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Field Detail

      - - - - - - - -
        -
      • -

        field_148758_b

        -
        protected final java.util.Map field_148758_b
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        RegistryNamespaced

        -
        public RegistryNamespaced()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        addObject

        -
        public void addObject(int p_148756_1_,
        -             java.lang.String p_148756_2_,
        -             java.lang.Object p_148756_3_)
        -
      • -
      - - - - - - - -
        -
      • -

        getObject

        -
        public java.lang.Object getObject(java.lang.String p_82594_1_)
        -
      • -
      - - - -
        -
      • -

        getNameForObject

        -
        public java.lang.String getNameForObject(java.lang.Object p_148750_1_)
        -
      • -
      - - - -
        -
      • -

        containsKey

        -
        public boolean containsKey(java.lang.String p_148741_1_)
        -
      • -
      - - - -
        -
      • -

        getIDForObject

        -
        public int getIDForObject(java.lang.Object p_148757_1_)
        -
      • -
      - - - -
        -
      • -

        getObjectById

        -
        public java.lang.Object getObjectById(int p_148754_1_)
        -
      • -
      - - - -
        -
      • -

        iterator

        -
        public java.util.Iterator iterator()
        -
        -
        Specified by:
        -
        iterator in interface java.lang.Iterable
        -
        -
      • -
      - - - -
        -
      • -

        containsId

        -
        public boolean containsId(int p_148753_1_)
        -
      • -
      - - - -
        -
      • -

        ensureNamespaced

        -
        protected static java.lang.String ensureNamespaced(java.lang.String p_148755_0_)
        -
      • -
      - - - -
        -
      • -

        containsKey

        -
        public boolean containsKey(java.lang.Object p_148741_1_)
        -
        -
        Overrides:
        -
        containsKey in class RegistrySimple
        -
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/RegistryNamespacedDefaultedByKey.html b/javadoc/net/minecraft/util/RegistryNamespacedDefaultedByKey.html deleted file mode 100644 index 4b85085..0000000 --- a/javadoc/net/minecraft/util/RegistryNamespacedDefaultedByKey.html +++ /dev/null @@ -1,365 +0,0 @@ - - - - - -RegistryNamespacedDefaultedByKey (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class RegistryNamespacedDefaultedByKey

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

      Constructor Detail

      - - - -
        -
      • -

        RegistryNamespacedDefaultedByKey

        -
        public RegistryNamespacedDefaultedByKey(java.lang.String p_i45127_1_)
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/RegistrySimple.html b/javadoc/net/minecraft/util/RegistrySimple.html deleted file mode 100644 index 80e33d4..0000000 --- a/javadoc/net/minecraft/util/RegistrySimple.html +++ /dev/null @@ -1,361 +0,0 @@ - - - - - -RegistrySimple (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class RegistrySimple

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

      Field Summary

      - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      protected java.util.MapregistryObjects 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      booleancontainsKey(java.lang.Object p_148741_1_) 
      protected java.util.MapcreateUnderlyingMap() 
      java.util.SetgetKeys() 
      java.lang.ObjectgetObject(java.lang.Object p_82594_1_) 
      voidputObject(java.lang.Object p_82595_1_, - java.lang.Object p_82595_2_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Field Detail

      - - - -
        -
      • -

        registryObjects

        -
        protected final java.util.Map registryObjects
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        RegistrySimple

        -
        public RegistrySimple()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        createUnderlyingMap

        -
        protected java.util.Map createUnderlyingMap()
        -
      • -
      - - - -
        -
      • -

        getObject

        -
        public java.lang.Object getObject(java.lang.Object p_82594_1_)
        -
        -
        Specified by:
        -
        getObject in interface IRegistry
        -
        -
      • -
      - - - -
        -
      • -

        putObject

        -
        public void putObject(java.lang.Object p_82595_1_,
        -             java.lang.Object p_82595_2_)
        -
        -
        Specified by:
        -
        putObject in interface IRegistry
        -
        -
      • -
      - - - -
        -
      • -

        getKeys

        -
        public java.util.Set getKeys()
        -
      • -
      - - - -
        -
      • -

        containsKey

        -
        public boolean containsKey(java.lang.Object p_148741_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/ReportedException.html b/javadoc/net/minecraft/util/ReportedException.html deleted file mode 100644 index 8e44444..0000000 --- a/javadoc/net/minecraft/util/ReportedException.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - -ReportedException (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class ReportedException

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    -
    public class ReportedException
    -extends java.lang.RuntimeException
    -
    See Also:
    Serialized Form
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      java.lang.ThrowablegetCause() 
      CrashReportgetCrashReport() 
      java.lang.StringgetMessage() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        ReportedException

        -
        public ReportedException(CrashReport p_i1356_1_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getCrashReport

        -
        public CrashReport getCrashReport()
        -
      • -
      - - - -
        -
      • -

        getCause

        -
        public java.lang.Throwable getCause()
        -
        -
        Overrides:
        -
        getCause in class java.lang.Throwable
        -
        -
      • -
      - - - -
        -
      • -

        getMessage

        -
        public java.lang.String getMessage()
        -
        -
        Overrides:
        -
        getMessage in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/ResourceLocation.html b/javadoc/net/minecraft/util/ResourceLocation.html deleted file mode 100644 index 17087c9..0000000 --- a/javadoc/net/minecraft/util/ResourceLocation.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - - -ResourceLocation (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class ResourceLocation

-
-
- -
-
    -
  • -
    -
    -
    public class ResourceLocation
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - -
      Constructors 
      Constructor and Description
      ResourceLocation(java.lang.String p_i1293_1_) 
      ResourceLocation(java.lang.String p_i1292_1_, - java.lang.String p_i1292_2_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      booleanequals(java.lang.Object p_equals_1_) 
      java.lang.StringgetResourceDomain() 
      java.lang.StringgetResourcePath() 
      inthashCode() 
      java.lang.StringtoString() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ResourceLocation

        -
        public ResourceLocation(java.lang.String p_i1292_1_,
        -                java.lang.String p_i1292_2_)
        -
      • -
      - - - -
        -
      • -

        ResourceLocation

        -
        public ResourceLocation(java.lang.String p_i1293_1_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getResourcePath

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

        getResourceDomain

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

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals(java.lang.Object p_equals_1_)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/ScreenShotHelper.html b/javadoc/net/minecraft/util/ScreenShotHelper.html deleted file mode 100644 index a4c30d3..0000000 --- a/javadoc/net/minecraft/util/ScreenShotHelper.html +++ /dev/null @@ -1,281 +0,0 @@ - - - - - -ScreenShotHelper (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class ScreenShotHelper

-
-
- -
-
    -
  • -
    -
    -
    public class ScreenShotHelper
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static IChatComponentsaveScreenshot(java.io.File p_148260_0_, - int p_148260_1_, - int p_148260_2_, - Framebuffer p_148260_3_) 
      static IChatComponentsaveScreenshot(java.io.File p_148259_0_, - java.lang.String p_148259_1_, - int p_148259_2_, - int p_148259_3_, - Framebuffer p_148259_4_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        ScreenShotHelper

        -
        public ScreenShotHelper()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        saveScreenshot

        -
        public static IChatComponent saveScreenshot(java.io.File p_148260_0_,
        -                            int p_148260_1_,
        -                            int p_148260_2_,
        -                            Framebuffer p_148260_3_)
        -
      • -
      - - - -
        -
      • -

        saveScreenshot

        -
        public static IChatComponent saveScreenshot(java.io.File p_148259_0_,
        -                            java.lang.String p_148259_1_,
        -                            int p_148259_2_,
        -                            int p_148259_3_,
        -                            Framebuffer p_148259_4_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/Session.Type.html b/javadoc/net/minecraft/util/Session.Type.html deleted file mode 100644 index 87278b0..0000000 --- a/javadoc/net/minecraft/util/Session.Type.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - -Session.Type (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Enum Session.Type

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<Session.Type>
    -
    -
    -
    Enclosing class:
    -
    Session
    -
    -
    -
    -
    public static enum Session.Type
    -extends java.lang.Enum<Session.Type>
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - -
      Enum Constants 
      Enum Constant and Description
      LEGACY 
      MOJANG 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static Session.Typefunc_152421_a(java.lang.String p_152421_0_) 
      static Session.TypevalueOf(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static Session.Type[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static Session.Type[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (Session.Type c : Session.Type.values())
        -    System.out.println(c);
        -
        -
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static Session.Type valueOf(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        Parameters:
        name - the name of the enum constant to be returned.
        -
        Returns:
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
      • -
      - - - -
        -
      • -

        func_152421_a

        -
        public static Session.Type func_152421_a(java.lang.String p_152421_0_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/Session.html b/javadoc/net/minecraft/util/Session.html deleted file mode 100644 index 759b30c..0000000 --- a/javadoc/net/minecraft/util/Session.html +++ /dev/null @@ -1,344 +0,0 @@ - - - - - -Session (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class Session

-
-
- -
-
    -
  • -
    -
    -
    public class Session
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClass and Description
      static class Session.Type 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      Session(java.lang.String p_i1098_1_, - java.lang.String p_i1098_2_, - java.lang.String p_i1098_3_, - java.lang.String p_i1098_4_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      com.mojang.authlib.GameProfilefunc_148256_e() 
      Session.Typefunc_152428_f() 
      java.lang.StringgetPlayerID() 
      java.lang.StringgetSessionID() 
      java.lang.StringgetToken() 
      java.lang.StringgetUsername() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        Session

        -
        public Session(java.lang.String p_i1098_1_,
        -       java.lang.String p_i1098_2_,
        -       java.lang.String p_i1098_3_,
        -       java.lang.String p_i1098_4_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getSessionID

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

        getPlayerID

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

        getUsername

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

        getToken

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

        func_148256_e

        -
        public com.mojang.authlib.GameProfile func_148256_e()
        -
      • -
      - - - -
        -
      • -

        func_152428_f

        -
        public Session.Type func_152428_f()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/StatCollector.html b/javadoc/net/minecraft/util/StatCollector.html deleted file mode 100644 index 0619d71..0000000 --- a/javadoc/net/minecraft/util/StatCollector.html +++ /dev/null @@ -1,308 +0,0 @@ - - - - - -StatCollector (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class StatCollector

-
-
- -
-
    -
  • -
    -
    -
    public class StatCollector
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static booleancanTranslate(java.lang.String p_94522_0_) 
      static longgetLastTranslationUpdateTimeInMilliseconds() 
      static java.lang.StringtranslateToFallback(java.lang.String p_150826_0_) 
      static java.lang.StringtranslateToLocal(java.lang.String p_74838_0_) 
      static java.lang.StringtranslateToLocalFormatted(java.lang.String p_74837_0_, - java.lang.Object... p_74837_1_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        StatCollector

        -
        public StatCollector()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        translateToLocal

        -
        public static java.lang.String translateToLocal(java.lang.String p_74838_0_)
        -
      • -
      - - - -
        -
      • -

        translateToLocalFormatted

        -
        public static java.lang.String translateToLocalFormatted(java.lang.String p_74837_0_,
        -                                         java.lang.Object... p_74837_1_)
        -
      • -
      - - - -
        -
      • -

        translateToFallback

        -
        public static java.lang.String translateToFallback(java.lang.String p_150826_0_)
        -
      • -
      - - - -
        -
      • -

        canTranslate

        -
        public static boolean canTranslate(java.lang.String p_94522_0_)
        -
      • -
      - - - -
        -
      • -

        getLastTranslationUpdateTimeInMilliseconds

        -
        public static long getLastTranslationUpdateTimeInMilliseconds()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/StringTranslate.html b/javadoc/net/minecraft/util/StringTranslate.html deleted file mode 100644 index 6875ffc..0000000 --- a/javadoc/net/minecraft/util/StringTranslate.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - -StringTranslate (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class StringTranslate

-
-
- -
-
    -
  • -
    -
    -
    public class StringTranslate
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      booleancontainsTranslateKey(java.lang.String p_94520_1_) 
      longgetLastUpdateTimeInMilliseconds() 
      static voidinject(java.io.InputStream inputstream) 
      static java.util.HashMap<java.lang.String,java.lang.String>parseLangFile(java.io.InputStream inputstream) 
      static voidreplaceWith(java.util.Map p_135063_0_) 
      java.lang.StringtranslateKey(java.lang.String p_74805_1_) 
      java.lang.StringtranslateKeyFormat(java.lang.String p_74803_1_, - java.lang.Object... p_74803_2_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        StringTranslate

        -
        public StringTranslate()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        inject

        -
        public static void inject(java.io.InputStream inputstream)
        -
      • -
      - - - -
        -
      • -

        parseLangFile

        -
        public static java.util.HashMap<java.lang.String,java.lang.String> parseLangFile(java.io.InputStream inputstream)
        -
      • -
      - - - -
        -
      • -

        replaceWith

        -
        public static void replaceWith(java.util.Map p_135063_0_)
        -
      • -
      - - - -
        -
      • -

        translateKey

        -
        public java.lang.String translateKey(java.lang.String p_74805_1_)
        -
      • -
      - - - -
        -
      • -

        translateKeyFormat

        -
        public java.lang.String translateKeyFormat(java.lang.String p_74803_1_,
        -                                  java.lang.Object... p_74803_2_)
        -
      • -
      - - - -
        -
      • -

        containsTranslateKey

        -
        public boolean containsTranslateKey(java.lang.String p_94520_1_)
        -
      • -
      - - - -
        -
      • -

        getLastUpdateTimeInMilliseconds

        -
        public long getLastUpdateTimeInMilliseconds()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/StringUtils.html b/javadoc/net/minecraft/util/StringUtils.html deleted file mode 100644 index 8a4a8c5..0000000 --- a/javadoc/net/minecraft/util/StringUtils.html +++ /dev/null @@ -1,280 +0,0 @@ - - - - - -StringUtils (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class StringUtils

-
-
- -
-
    -
  • -
    -
    -
    public class StringUtils
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static booleanisNullOrEmpty(java.lang.String p_151246_0_) 
      static java.lang.StringstripControlCodes(java.lang.String p_76338_0_) 
      static java.lang.StringticksToElapsedTime(int p_76337_0_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        StringUtils

        -
        public StringUtils()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        ticksToElapsedTime

        -
        public static java.lang.String ticksToElapsedTime(int p_76337_0_)
        -
      • -
      - - - -
        -
      • -

        stripControlCodes

        -
        public static java.lang.String stripControlCodes(java.lang.String p_76338_0_)
        -
      • -
      - - - -
        -
      • -

        isNullOrEmpty

        -
        public static boolean isNullOrEmpty(java.lang.String p_151246_0_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/ThreadSafeBoundList.html b/javadoc/net/minecraft/util/ThreadSafeBoundList.html deleted file mode 100644 index b4e7536..0000000 --- a/javadoc/net/minecraft/util/ThreadSafeBoundList.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - -ThreadSafeBoundList (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class ThreadSafeBoundList

-
-
- -
-
    -
  • -
    -
    -
    public class ThreadSafeBoundList
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      ThreadSafeBoundList(java.lang.Class p_i1126_1_, - int p_i1126_2_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      java.lang.Object[]func_152756_c() 
      java.lang.Objectfunc_152757_a(java.lang.Object p_152757_1_) 
      intfunc_152758_b() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        ThreadSafeBoundList

        -
        public ThreadSafeBoundList(java.lang.Class p_i1126_1_,
        -                   int p_i1126_2_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        func_152757_a

        -
        public java.lang.Object func_152757_a(java.lang.Object p_152757_1_)
        -
      • -
      - - - -
        -
      • -

        func_152758_b

        -
        public int func_152758_b()
        -
      • -
      - - - -
        -
      • -

        func_152756_c

        -
        public java.lang.Object[] func_152756_c()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/Timer.html b/javadoc/net/minecraft/util/Timer.html deleted file mode 100644 index 4bd3807..0000000 --- a/javadoc/net/minecraft/util/Timer.html +++ /dev/null @@ -1,329 +0,0 @@ - - - - - -Timer (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class Timer

-
-
- -
-
    -
  • -
    -
    -
    public class Timer
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      Timer(float p_i1018_1_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidupdateTimer() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Field Detail

      - - - -
        -
      • -

        elapsedTicks

        -
        public int elapsedTicks
        -
      • -
      - - - -
        -
      • -

        renderPartialTicks

        -
        public float renderPartialTicks
        -
      • -
      - - - -
        -
      • -

        timerSpeed

        -
        public float timerSpeed
        -
      • -
      - - - -
        -
      • -

        elapsedPartialTicks

        -
        public float elapsedPartialTicks
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Timer

        -
        public Timer(float p_i1018_1_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        updateTimer

        -
        public void updateTimer()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/Tuple.html b/javadoc/net/minecraft/util/Tuple.html deleted file mode 100644 index 9b429d8..0000000 --- a/javadoc/net/minecraft/util/Tuple.html +++ /dev/null @@ -1,269 +0,0 @@ - - - - - -Tuple (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class Tuple

-
-
- -
-
    -
  • -
    -
    -
    public class Tuple
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      Tuple(java.lang.Object p_i1555_1_, - java.lang.Object p_i1555_2_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      java.lang.ObjectgetFirst() 
      java.lang.ObjectgetSecond() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        Tuple

        -
        public Tuple(java.lang.Object p_i1555_1_,
        -     java.lang.Object p_i1555_2_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getFirst

        -
        public java.lang.Object getFirst()
        -
      • -
      - - - -
        -
      • -

        getSecond

        -
        public java.lang.Object getSecond()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/TupleIntJsonSerializable.html b/javadoc/net/minecraft/util/TupleIntJsonSerializable.html deleted file mode 100644 index e1b4d92..0000000 --- a/javadoc/net/minecraft/util/TupleIntJsonSerializable.html +++ /dev/null @@ -1,293 +0,0 @@ - - - - - -TupleIntJsonSerializable (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class TupleIntJsonSerializable

-
-
- -
-
    -
  • -
    -
    -
    public class TupleIntJsonSerializable
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        TupleIntJsonSerializable

        -
        public TupleIntJsonSerializable()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getIntegerValue

        -
        public int getIntegerValue()
        -
      • -
      - - - -
        -
      • -

        setIntegerValue

        -
        public void setIntegerValue(int p_151188_1_)
        -
      • -
      - - - -
        -
      • -

        getJsonSerializableValue

        -
        public IJsonSerializable getJsonSerializableValue()
        -
      • -
      - - - -
        -
      • -

        setJsonSerializableValue

        -
        public void setJsonSerializableValue(IJsonSerializable p_151190_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/Util.EnumOS.html b/javadoc/net/minecraft/util/Util.EnumOS.html deleted file mode 100644 index a88ad70..0000000 --- a/javadoc/net/minecraft/util/Util.EnumOS.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - -Util.EnumOS (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Enum Util.EnumOS

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<Util.EnumOS>
    -
    -
    -
    Enclosing class:
    -
    Util
    -
    -
    -
    -
    public static enum Util.EnumOS
    -extends java.lang.Enum<Util.EnumOS>
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static Util.EnumOSvalueOf(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static Util.EnumOS[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static Util.EnumOS[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (Util.EnumOS c : Util.EnumOS.values())
        -    System.out.println(c);
        -
        -
        Returns:
        an array containing the constants of this enum type, in the order they are declared
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static Util.EnumOS valueOf(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        Parameters:
        name - the name of the enum constant to be returned.
        -
        Returns:
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/Util.html b/javadoc/net/minecraft/util/Util.html deleted file mode 100644 index 0408362..0000000 --- a/javadoc/net/minecraft/util/Util.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - -Util (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class Util

-
-
- -
-
    -
  • -
    -
    -
    public class Util
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClass and Description
      static class Util.EnumOS 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static Util.EnumOSgetOSType() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        Util

        -
        public Util()
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/Vec3.html b/javadoc/net/minecraft/util/Vec3.html deleted file mode 100644 index 8743f31..0000000 --- a/javadoc/net/minecraft/util/Vec3.html +++ /dev/null @@ -1,569 +0,0 @@ - - - - - -Vec3 (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class Vec3

-
-
- -
-
    -
  • -
    -
    -
    public class Vec3
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        xCoord

        -
        public double xCoord
        -
      • -
      - - - -
        -
      • -

        yCoord

        -
        public double yCoord
        -
      • -
      - - - -
        -
      • -

        zCoord

        -
        public double zCoord
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Vec3

        -
        protected Vec3(double p_i1108_1_,
        -    double p_i1108_3_,
        -    double p_i1108_5_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        createVectorHelper

        -
        public static Vec3 createVectorHelper(double p_72443_0_,
        -                      double p_72443_2_,
        -                      double p_72443_4_)
        -
      • -
      - - - -
        -
      • -

        setComponents

        -
        protected Vec3 setComponents(double p_72439_1_,
        -                 double p_72439_3_,
        -                 double p_72439_5_)
        -
      • -
      - - - -
        -
      • -

        subtract

        -
        public Vec3 subtract(Vec3 p_72444_1_)
        -
      • -
      - - - -
        -
      • -

        normalize

        -
        public Vec3 normalize()
        -
      • -
      - - - -
        -
      • -

        dotProduct

        -
        public double dotProduct(Vec3 p_72430_1_)
        -
      • -
      - - - -
        -
      • -

        crossProduct

        -
        public Vec3 crossProduct(Vec3 p_72431_1_)
        -
      • -
      - - - -
        -
      • -

        addVector

        -
        public Vec3 addVector(double p_72441_1_,
        -             double p_72441_3_,
        -             double p_72441_5_)
        -
      • -
      - - - -
        -
      • -

        distanceTo

        -
        public double distanceTo(Vec3 p_72438_1_)
        -
      • -
      - - - -
        -
      • -

        squareDistanceTo

        -
        public double squareDistanceTo(Vec3 p_72436_1_)
        -
      • -
      - - - -
        -
      • -

        squareDistanceTo

        -
        public double squareDistanceTo(double p_72445_1_,
        -                      double p_72445_3_,
        -                      double p_72445_5_)
        -
      • -
      - - - -
        -
      • -

        lengthVector

        -
        public double lengthVector()
        -
      • -
      - - - -
        -
      • -

        getIntermediateWithXValue

        -
        public Vec3 getIntermediateWithXValue(Vec3 p_72429_1_,
        -                             double p_72429_2_)
        -
      • -
      - - - -
        -
      • -

        getIntermediateWithYValue

        -
        public Vec3 getIntermediateWithYValue(Vec3 p_72435_1_,
        -                             double p_72435_2_)
        -
      • -
      - - - -
        -
      • -

        getIntermediateWithZValue

        -
        public Vec3 getIntermediateWithZValue(Vec3 p_72434_1_,
        -                             double p_72434_2_)
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        rotateAroundX

        -
        public void rotateAroundX(float p_72440_1_)
        -
      • -
      - - - -
        -
      • -

        rotateAroundY

        -
        public void rotateAroundY(float p_72442_1_)
        -
      • -
      - - - -
        -
      • -

        rotateAroundZ

        -
        public void rotateAroundZ(float p_72446_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/WeightedRandom.Item.html b/javadoc/net/minecraft/util/WeightedRandom.Item.html deleted file mode 100644 index 1a2931a..0000000 --- a/javadoc/net/minecraft/util/WeightedRandom.Item.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - -WeightedRandom.Item (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class WeightedRandom.Item

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

      Field Summary

      - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      intitemWeight 
      -
    • -
    - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      WeightedRandom.Item(int p_i1556_1_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Field Detail

      - - - -
        -
      • -

        itemWeight

        -
        public int itemWeight
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        WeightedRandom.Item

        -
        public WeightedRandom.Item(int p_i1556_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/WeightedRandom.html b/javadoc/net/minecraft/util/WeightedRandom.html deleted file mode 100644 index 421d5e1..0000000 --- a/javadoc/net/minecraft/util/WeightedRandom.html +++ /dev/null @@ -1,380 +0,0 @@ - - - - - -WeightedRandom (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class WeightedRandom

-
-
- -
-
    -
  • -
    -
    -
    public class WeightedRandom
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        WeightedRandom

        -
        public WeightedRandom()
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/WeightedRandomChestContent.html b/javadoc/net/minecraft/util/WeightedRandomChestContent.html deleted file mode 100644 index c90cb9b..0000000 --- a/javadoc/net/minecraft/util/WeightedRandomChestContent.html +++ /dev/null @@ -1,414 +0,0 @@ - - - - - -WeightedRandomChestContent (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class WeightedRandomChestContent

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

      Field Detail

      - - - -
        -
      • -

        theItemId

        -
        public ItemStack theItemId
        -
      • -
      - - - -
        -
      • -

        theMinimumChanceToGenerateItem

        -
        public int theMinimumChanceToGenerateItem
        -
      • -
      - - - -
        -
      • -

        theMaximumChanceToGenerateItem

        -
        public int theMaximumChanceToGenerateItem
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        WeightedRandomChestContent

        -
        public WeightedRandomChestContent(Item p_i45311_1_,
        -                          int p_i45311_2_,
        -                          int p_i45311_3_,
        -                          int p_i45311_4_,
        -                          int p_i45311_5_)
        -
      • -
      - - - -
        -
      • -

        WeightedRandomChestContent

        -
        public WeightedRandomChestContent(ItemStack p_i1558_1_,
        -                          int p_i1558_2_,
        -                          int p_i1558_3_,
        -                          int p_i1558_4_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        generateChestContents

        -
        public static void generateChestContents(java.util.Random p_76293_0_,
        -                         WeightedRandomChestContent[] p_76293_1_,
        -                         IInventory p_76293_2_,
        -                         int p_76293_3_)
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        generateChestContent

        -
        protected ItemStack[] generateChestContent(java.util.Random random,
        -                               IInventory newInventory)
        -
        Allow a mod to submit a custom implementation that can delegate item stack generation beyond simple stack lookup
        -
        Parameters:
        random - The current random for generation
        newInventory - The inventory being generated (do not populate it, but you can refer to it)
        -
        Returns:
        An array of ItemStack to put into the chest
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/WeightedRandomFishable.html b/javadoc/net/minecraft/util/WeightedRandomFishable.html deleted file mode 100644 index 2705e00..0000000 --- a/javadoc/net/minecraft/util/WeightedRandomFishable.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -WeightedRandomFishable (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.util
-

Class WeightedRandomFishable

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

      Constructor Detail

      - - - -
        -
      • -

        WeightedRandomFishable

        -
        public WeightedRandomFishable(ItemStack p_i45317_1_,
        -                      int p_i45317_2_)
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/util/package-frame.html b/javadoc/net/minecraft/util/package-frame.html deleted file mode 100644 index 26f3227..0000000 --- a/javadoc/net/minecraft/util/package-frame.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - -net.minecraft.util (Forge API) - - - - -

net.minecraft.util

-
-

Interfaces

- -

Classes

- -

Enums

- -

Exceptions

- -

Errors

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

Package net.minecraft.util

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

Hierarchy For Package net.minecraft.util

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -

Enum Hierarchy

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