From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- javadoc/net/minecraft/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 insertions(+) create mode 100644 javadoc/net/minecraft/util/AxisAlignedBB.html create mode 100644 javadoc/net/minecraft/util/ChatAllowedCharacters.html create mode 100644 javadoc/net/minecraft/util/ChatComponentStyle.html create mode 100644 javadoc/net/minecraft/util/ChatComponentText.html create mode 100644 javadoc/net/minecraft/util/ChatComponentTranslation.html create mode 100644 javadoc/net/minecraft/util/ChatComponentTranslationFormatException.html create mode 100644 javadoc/net/minecraft/util/ChatStyle.Serializer.html create mode 100644 javadoc/net/minecraft/util/ChatStyle.html create mode 100644 javadoc/net/minecraft/util/ChunkCoordinates.html create mode 100644 javadoc/net/minecraft/util/CombatEntry.html create mode 100644 javadoc/net/minecraft/util/CombatTracker.html create mode 100644 javadoc/net/minecraft/util/CryptManager.html create mode 100644 javadoc/net/minecraft/util/DamageSource.html create mode 100644 javadoc/net/minecraft/util/Direction.html create mode 100644 javadoc/net/minecraft/util/EnchantmentNameParts.html create mode 100644 javadoc/net/minecraft/util/EntityDamageSource.html create mode 100644 javadoc/net/minecraft/util/EntityDamageSourceIndirect.html create mode 100644 javadoc/net/minecraft/util/EnumChatFormatting.html create mode 100644 javadoc/net/minecraft/util/EnumFacing.html create mode 100644 javadoc/net/minecraft/util/EnumTypeAdapterFactory.html create mode 100644 javadoc/net/minecraft/util/Facing.html create mode 100644 javadoc/net/minecraft/util/FoodStats.html create mode 100644 javadoc/net/minecraft/util/HttpUtil.DownloadListener.html create mode 100644 javadoc/net/minecraft/util/HttpUtil.html create mode 100644 javadoc/net/minecraft/util/IChatComponent.Serializer.html create mode 100644 javadoc/net/minecraft/util/IChatComponent.html create mode 100644 javadoc/net/minecraft/util/IIcon.html create mode 100644 javadoc/net/minecraft/util/IJsonSerializable.html create mode 100644 javadoc/net/minecraft/util/IObjectIntIterable.html create mode 100644 javadoc/net/minecraft/util/IProgressUpdate.html create mode 100644 javadoc/net/minecraft/util/IRegistry.html create mode 100644 javadoc/net/minecraft/util/IntHashMap.html create mode 100644 javadoc/net/minecraft/util/JsonSerializableSet.html create mode 100644 javadoc/net/minecraft/util/JsonUtils.html create mode 100644 javadoc/net/minecraft/util/LongHashMap.html create mode 100644 javadoc/net/minecraft/util/MathHelper.html create mode 100644 javadoc/net/minecraft/util/MessageDeserializer.html create mode 100644 javadoc/net/minecraft/util/MessageDeserializer2.html create mode 100644 javadoc/net/minecraft/util/MessageSerializer.html create mode 100644 javadoc/net/minecraft/util/MessageSerializer2.html create mode 100644 javadoc/net/minecraft/util/MinecraftError.html create mode 100644 javadoc/net/minecraft/util/MouseFilter.html create mode 100644 javadoc/net/minecraft/util/MouseHelper.html create mode 100644 javadoc/net/minecraft/util/MovementInput.html create mode 100644 javadoc/net/minecraft/util/MovementInputFromOptions.html create mode 100644 javadoc/net/minecraft/util/MovingObjectPosition.MovingObjectType.html create mode 100644 javadoc/net/minecraft/util/MovingObjectPosition.html create mode 100644 javadoc/net/minecraft/util/ObjectIntIdentityMap.html create mode 100644 javadoc/net/minecraft/util/RegistryDefaulted.html create mode 100644 javadoc/net/minecraft/util/RegistryNamespaced.html create mode 100644 javadoc/net/minecraft/util/RegistryNamespacedDefaultedByKey.html create mode 100644 javadoc/net/minecraft/util/RegistrySimple.html create mode 100644 javadoc/net/minecraft/util/ReportedException.html create mode 100644 javadoc/net/minecraft/util/ResourceLocation.html create mode 100644 javadoc/net/minecraft/util/ScreenShotHelper.html create mode 100644 javadoc/net/minecraft/util/Session.Type.html create mode 100644 javadoc/net/minecraft/util/Session.html create mode 100644 javadoc/net/minecraft/util/StatCollector.html create mode 100644 javadoc/net/minecraft/util/StringTranslate.html create mode 100644 javadoc/net/minecraft/util/StringUtils.html create mode 100644 javadoc/net/minecraft/util/ThreadSafeBoundList.html create mode 100644 javadoc/net/minecraft/util/Timer.html create mode 100644 javadoc/net/minecraft/util/Tuple.html create mode 100644 javadoc/net/minecraft/util/TupleIntJsonSerializable.html create mode 100644 javadoc/net/minecraft/util/Util.EnumOS.html create mode 100644 javadoc/net/minecraft/util/Util.html create mode 100644 javadoc/net/minecraft/util/Vec3.html create mode 100644 javadoc/net/minecraft/util/WeightedRandom.Item.html create mode 100644 javadoc/net/minecraft/util/WeightedRandom.html create mode 100644 javadoc/net/minecraft/util/WeightedRandomChestContent.html create mode 100644 javadoc/net/minecraft/util/WeightedRandomFishable.html create mode 100644 javadoc/net/minecraft/util/package-frame.html create mode 100644 javadoc/net/minecraft/util/package-summary.html create 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 new file mode 100644 index 0000000..d4b81dc --- /dev/null +++ b/javadoc/net/minecraft/util/AxisAlignedBB.html @@ -0,0 +1,640 @@ + + + + + +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 new file mode 100644 index 0000000..e2a881f --- /dev/null +++ b/javadoc/net/minecraft/util/ChatAllowedCharacters.html @@ -0,0 +1,303 @@ + + + + + +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 new file mode 100644 index 0000000..863a114 --- /dev/null +++ b/javadoc/net/minecraft/util/ChatComponentStyle.html @@ -0,0 +1,508 @@ + + + + + +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 new file mode 100644 index 0000000..dcb0dfc --- /dev/null +++ b/javadoc/net/minecraft/util/ChatComponentText.html @@ -0,0 +1,360 @@ + + + + + +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 new file mode 100644 index 0000000..7b1e646 --- /dev/null +++ b/javadoc/net/minecraft/util/ChatComponentTranslation.html @@ -0,0 +1,471 @@ + + + + + +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 new file mode 100644 index 0000000..051ec5f --- /dev/null +++ b/javadoc/net/minecraft/util/ChatComponentTranslationFormatException.html @@ -0,0 +1,288 @@ + + + + + +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 new file mode 100644 index 0000000..a75a6bc --- /dev/null +++ b/javadoc/net/minecraft/util/ChatStyle.Serializer.html @@ -0,0 +1,309 @@ + + + + + +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 new file mode 100644 index 0000000..d39daee --- /dev/null +++ b/javadoc/net/minecraft/util/ChatStyle.html @@ -0,0 +1,584 @@ + + + + + +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 new file mode 100644 index 0000000..76377b0 --- /dev/null +++ b/javadoc/net/minecraft/util/ChunkCoordinates.html @@ -0,0 +1,468 @@ + + + + + +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 new file mode 100644 index 0000000..0c59128 --- /dev/null +++ b/javadoc/net/minecraft/util/CombatEntry.html @@ -0,0 +1,329 @@ + + + + + +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 new file mode 100644 index 0000000..c064fe8 --- /dev/null +++ b/javadoc/net/minecraft/util/CombatTracker.html @@ -0,0 +1,310 @@ + + + + + +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 new file mode 100644 index 0000000..d8a740c --- /dev/null +++ b/javadoc/net/minecraft/util/CryptManager.html @@ -0,0 +1,357 @@ + + + + + +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 new file mode 100644 index 0000000..09fe519 --- /dev/null +++ b/javadoc/net/minecraft/util/DamageSource.html @@ -0,0 +1,848 @@ + + + + + +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 new file mode 100644 index 0000000..bcfc3ac --- /dev/null +++ b/javadoc/net/minecraft/util/Direction.html @@ -0,0 +1,396 @@ + + + + + +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 new file mode 100644 index 0000000..f87193b --- /dev/null +++ b/javadoc/net/minecraft/util/EnchantmentNameParts.html @@ -0,0 +1,303 @@ + + + + + +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 new file mode 100644 index 0000000..ded6a2a --- /dev/null +++ b/javadoc/net/minecraft/util/EntityDamageSource.html @@ -0,0 +1,353 @@ + + + + + +EntityDamageSource (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.util
+

Class EntityDamageSource

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

Class EntityDamageSourceIndirect

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/util/EnumChatFormatting.html b/javadoc/net/minecraft/util/EnumChatFormatting.html new file mode 100644 index 0000000..c0a9507 --- /dev/null +++ b/javadoc/net/minecraft/util/EnumChatFormatting.html @@ -0,0 +1,667 @@ + + + + + +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 new file mode 100644 index 0000000..4b65432 --- /dev/null +++ b/javadoc/net/minecraft/util/EnumFacing.html @@ -0,0 +1,417 @@ + + + + + +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 new file mode 100644 index 0000000..d0f3b6a --- /dev/null +++ b/javadoc/net/minecraft/util/EnumTypeAdapterFactory.html @@ -0,0 +1,265 @@ + + + + + +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 new file mode 100644 index 0000000..76fb242 --- /dev/null +++ b/javadoc/net/minecraft/util/Facing.html @@ -0,0 +1,314 @@ + + + + + +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 new file mode 100644 index 0000000..f3bda2e --- /dev/null +++ b/javadoc/net/minecraft/util/FoodStats.html @@ -0,0 +1,401 @@ + + + + + +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 new file mode 100644 index 0000000..607e9b4 --- /dev/null +++ b/javadoc/net/minecraft/util/HttpUtil.DownloadListener.html @@ -0,0 +1,208 @@ + + + + + +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 new file mode 100644 index 0000000..836d2a0 --- /dev/null +++ b/javadoc/net/minecraft/util/HttpUtil.html @@ -0,0 +1,347 @@ + + + + + +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 new file mode 100644 index 0000000..2137ced --- /dev/null +++ b/javadoc/net/minecraft/util/IChatComponent.Serializer.html @@ -0,0 +1,335 @@ + + + + + +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 new file mode 100644 index 0000000..212d144 --- /dev/null +++ b/javadoc/net/minecraft/util/IChatComponent.html @@ -0,0 +1,343 @@ + + + + + +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 new file mode 100644 index 0000000..a0877e9 --- /dev/null +++ b/javadoc/net/minecraft/util/IIcon.html @@ -0,0 +1,312 @@ + + + + + +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 new file mode 100644 index 0000000..a3cf89b --- /dev/null +++ b/javadoc/net/minecraft/util/IJsonSerializable.html @@ -0,0 +1,221 @@ + + + + + +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 new file mode 100644 index 0000000..3dcb6a3 --- /dev/null +++ b/javadoc/net/minecraft/util/IObjectIntIterable.html @@ -0,0 +1,186 @@ + + + + + +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 new file mode 100644 index 0000000..7c3a280 --- /dev/null +++ b/javadoc/net/minecraft/util/IProgressUpdate.html @@ -0,0 +1,260 @@ + + + + + +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 new file mode 100644 index 0000000..649624d --- /dev/null +++ b/javadoc/net/minecraft/util/IRegistry.html @@ -0,0 +1,223 @@ + + + + + +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 new file mode 100644 index 0000000..3a142fc --- /dev/null +++ b/javadoc/net/minecraft/util/IntHashMap.html @@ -0,0 +1,308 @@ + + + + + +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 new file mode 100644 index 0000000..5ded5ec --- /dev/null +++ b/javadoc/net/minecraft/util/JsonSerializableSet.html @@ -0,0 +1,340 @@ + + + + + +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 new file mode 100644 index 0000000..5128801 --- /dev/null +++ b/javadoc/net/minecraft/util/JsonUtils.html @@ -0,0 +1,609 @@ + + + + + +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 new file mode 100644 index 0000000..d29d107 --- /dev/null +++ b/javadoc/net/minecraft/util/LongHashMap.html @@ -0,0 +1,308 @@ + + + + + +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 new file mode 100644 index 0000000..76e78e4 --- /dev/null +++ b/javadoc/net/minecraft/util/MathHelper.html @@ -0,0 +1,716 @@ + + + + + +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 new file mode 100644 index 0000000..6fab206 --- /dev/null +++ b/javadoc/net/minecraft/util/MessageDeserializer.html @@ -0,0 +1,326 @@ + + + + + +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 new file mode 100644 index 0000000..5602ea7 --- /dev/null +++ b/javadoc/net/minecraft/util/MessageDeserializer2.html @@ -0,0 +1,324 @@ + + + + + +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 new file mode 100644 index 0000000..d157471 --- /dev/null +++ b/javadoc/net/minecraft/util/MessageSerializer.html @@ -0,0 +1,346 @@ + + + + + +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 new file mode 100644 index 0000000..a0c1c42 --- /dev/null +++ b/javadoc/net/minecraft/util/MessageSerializer2.html @@ -0,0 +1,341 @@ + + + + + +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 new file mode 100644 index 0000000..d840ab5 --- /dev/null +++ b/javadoc/net/minecraft/util/MinecraftError.html @@ -0,0 +1,248 @@ + + + + + +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 new file mode 100644 index 0000000..f608612 --- /dev/null +++ b/javadoc/net/minecraft/util/MouseFilter.html @@ -0,0 +1,256 @@ + + + + + +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 new file mode 100644 index 0000000..27c9afe --- /dev/null +++ b/javadoc/net/minecraft/util/MouseHelper.html @@ -0,0 +1,329 @@ + + + + + +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 new file mode 100644 index 0000000..e63472d --- /dev/null +++ b/javadoc/net/minecraft/util/MovementInput.html @@ -0,0 +1,333 @@ + + + + + +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 new file mode 100644 index 0000000..1f01f30 --- /dev/null +++ b/javadoc/net/minecraft/util/MovementInputFromOptions.html @@ -0,0 +1,278 @@ + + + + + +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 new file mode 100644 index 0000000..7b4536e --- /dev/null +++ b/javadoc/net/minecraft/util/MovingObjectPosition.MovingObjectType.html @@ -0,0 +1,333 @@ + + + + + +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 new file mode 100644 index 0000000..20f13d4 --- /dev/null +++ b/javadoc/net/minecraft/util/MovingObjectPosition.html @@ -0,0 +1,479 @@ + + + + + +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 new file mode 100644 index 0000000..e91c291 --- /dev/null +++ b/javadoc/net/minecraft/util/ObjectIntIdentityMap.html @@ -0,0 +1,366 @@ + + + + + +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 new file mode 100644 index 0000000..994fb7f --- /dev/null +++ b/javadoc/net/minecraft/util/RegistryDefaulted.html @@ -0,0 +1,291 @@ + + + + + +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 new file mode 100644 index 0000000..b345ede --- /dev/null +++ b/javadoc/net/minecraft/util/RegistryNamespaced.html @@ -0,0 +1,496 @@ + + + + + +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 new file mode 100644 index 0000000..4b85085 --- /dev/null +++ b/javadoc/net/minecraft/util/RegistryNamespacedDefaultedByKey.html @@ -0,0 +1,365 @@ + + + + + +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 new file mode 100644 index 0000000..80e33d4 --- /dev/null +++ b/javadoc/net/minecraft/util/RegistrySimple.html @@ -0,0 +1,361 @@ + + + + + +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 new file mode 100644 index 0000000..8e44444 --- /dev/null +++ b/javadoc/net/minecraft/util/ReportedException.html @@ -0,0 +1,315 @@ + + + + + +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 new file mode 100644 index 0000000..17087c9 --- /dev/null +++ b/javadoc/net/minecraft/util/ResourceLocation.html @@ -0,0 +1,332 @@ + + + + + +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 new file mode 100644 index 0000000..a4c30d3 --- /dev/null +++ b/javadoc/net/minecraft/util/ScreenShotHelper.html @@ -0,0 +1,281 @@ + + + + + +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 new file mode 100644 index 0000000..87278b0 --- /dev/null +++ b/javadoc/net/minecraft/util/Session.Type.html @@ -0,0 +1,334 @@ + + + + + +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 new file mode 100644 index 0000000..759b30c --- /dev/null +++ b/javadoc/net/minecraft/util/Session.html @@ -0,0 +1,344 @@ + + + + + +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 new file mode 100644 index 0000000..0619d71 --- /dev/null +++ b/javadoc/net/minecraft/util/StatCollector.html @@ -0,0 +1,308 @@ + + + + + +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 new file mode 100644 index 0000000..6875ffc --- /dev/null +++ b/javadoc/net/minecraft/util/StringTranslate.html @@ -0,0 +1,334 @@ + + + + + +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 new file mode 100644 index 0000000..8a4a8c5 --- /dev/null +++ b/javadoc/net/minecraft/util/StringUtils.html @@ -0,0 +1,280 @@ + + + + + +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 new file mode 100644 index 0000000..b4e7536 --- /dev/null +++ b/javadoc/net/minecraft/util/ThreadSafeBoundList.html @@ -0,0 +1,282 @@ + + + + + +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 new file mode 100644 index 0000000..4bd3807 --- /dev/null +++ b/javadoc/net/minecraft/util/Timer.html @@ -0,0 +1,329 @@ + + + + + +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 new file mode 100644 index 0000000..9b429d8 --- /dev/null +++ b/javadoc/net/minecraft/util/Tuple.html @@ -0,0 +1,269 @@ + + + + + +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 new file mode 100644 index 0000000..e1b4d92 --- /dev/null +++ b/javadoc/net/minecraft/util/TupleIntJsonSerializable.html @@ -0,0 +1,293 @@ + + + + + +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 new file mode 100644 index 0000000..a88ad70 --- /dev/null +++ b/javadoc/net/minecraft/util/Util.EnumOS.html @@ -0,0 +1,357 @@ + + + + + +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 new file mode 100644 index 0000000..0408362 --- /dev/null +++ b/javadoc/net/minecraft/util/Util.html @@ -0,0 +1,273 @@ + + + + + +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 new file mode 100644 index 0000000..8743f31 --- /dev/null +++ b/javadoc/net/minecraft/util/Vec3.html @@ -0,0 +1,569 @@ + + + + + +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 new file mode 100644 index 0000000..1a2931a --- /dev/null +++ b/javadoc/net/minecraft/util/WeightedRandom.Item.html @@ -0,0 +1,270 @@ + + + + + +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 new file mode 100644 index 0000000..421d5e1 --- /dev/null +++ b/javadoc/net/minecraft/util/WeightedRandom.html @@ -0,0 +1,380 @@ + + + + + +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 new file mode 100644 index 0000000..c90cb9b --- /dev/null +++ b/javadoc/net/minecraft/util/WeightedRandomChestContent.html @@ -0,0 +1,414 @@ + + + + + +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 new file mode 100644 index 0000000..2705e00 --- /dev/null +++ b/javadoc/net/minecraft/util/WeightedRandomFishable.html @@ -0,0 +1,302 @@ + + + + + +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 new file mode 100644 index 0000000..26f3227 --- /dev/null +++ b/javadoc/net/minecraft/util/package-frame.html @@ -0,0 +1,101 @@ + + + + + +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 new file mode 100644 index 0000000..0273561 --- /dev/null +++ b/javadoc/net/minecraft/util/package-summary.html @@ -0,0 +1,455 @@ + + + + + +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 new file mode 100644 index 0000000..3f0f0ee --- /dev/null +++ b/javadoc/net/minecraft/util/package-tree.html @@ -0,0 +1,287 @@ + + + + + +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