Class MMORoom.PreviousMMORoomState

  • Enclosing class:
    MMORoom

    public static class MMORoom.PreviousMMORoomState
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PreviousMMORoomState​(int roomId, java.util.List<User> proxyList)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<User> getProxyList()  
      int getRoomId()  
      • Methods inherited from class java.lang.Object

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

      • PreviousMMORoomState

        public PreviousMMORoomState​(int roomId,
                                    java.util.List<User> proxyList)
    • Method Detail

      • getProxyList

        public java.util.List<User> getProxyList()
      • getRoomId

        public int getRoomId()