Class FMLHandshakeMessages.LoginIndexedMessage

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int loginIndex  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getAsInt()  
      (package private) int getLoginIndex()  
      (package private) void setLoginIndex​(int loginIndex)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • loginIndex

        private int loginIndex
    • Constructor Detail

      • LoginIndexedMessage

        LoginIndexedMessage()
    • Method Detail

      • setLoginIndex

        void setLoginIndex​(int loginIndex)
      • getLoginIndex

        int getLoginIndex()
      • getAsInt

        public int getAsInt()
        Specified by:
        getAsInt in interface java.util.function.IntSupplier