From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- javadoc/net/minecraft/network/rcon/RConUtils.html | 356 ++++++++++++++++++++++ 1 file changed, 356 insertions(+) create mode 100644 javadoc/net/minecraft/network/rcon/RConUtils.html (limited to 'javadoc/net/minecraft/network/rcon/RConUtils.html') diff --git a/javadoc/net/minecraft/network/rcon/RConUtils.html b/javadoc/net/minecraft/network/rcon/RConUtils.html new file mode 100644 index 0000000..26de956 --- /dev/null +++ b/javadoc/net/minecraft/network/rcon/RConUtils.html @@ -0,0 +1,356 @@ + + + + + +RConUtils (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.network.rcon
+

Class RConUtils

+
+
+ +
+
    +
  • +
    +
    +
    public class RConUtils
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static char[]hexDigits 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      RConUtils() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static java.lang.StringgetByteAsHexString(byte p_72663_0_) 
      static intgetBytesAsBEint(byte[] p_72664_0_, + int p_72664_1_, + int p_72664_2_) 
      static intgetBytesAsLEInt(byte[] p_72665_0_, + int p_72665_1_, + int p_72665_2_) 
      static java.lang.StringgetBytesAsString(byte[] p_72661_0_, + int p_72661_1_, + int p_72661_2_) 
      static intgetRemainingBytesAsLEInt(byte[] p_72662_0_, + int p_72662_1_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        hexDigits

        +
        public static char[] hexDigits
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        RConUtils

        +
        public RConUtils()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getBytesAsString

        +
        public static java.lang.String getBytesAsString(byte[] p_72661_0_,
        +                                int p_72661_1_,
        +                                int p_72661_2_)
        +
      • +
      + + + +
        +
      • +

        getRemainingBytesAsLEInt

        +
        public static int getRemainingBytesAsLEInt(byte[] p_72662_0_,
        +                           int p_72662_1_)
        +
      • +
      + + + +
        +
      • +

        getBytesAsLEInt

        +
        public static int getBytesAsLEInt(byte[] p_72665_0_,
        +                  int p_72665_1_,
        +                  int p_72665_2_)
        +
      • +
      + + + +
        +
      • +

        getBytesAsBEint

        +
        public static int getBytesAsBEint(byte[] p_72664_0_,
        +                  int p_72664_1_,
        +                  int p_72664_2_)
        +
      • +
      + + + +
        +
      • +

        getByteAsHexString

        +
        public static java.lang.String getByteAsHexString(byte p_72663_0_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3