Uses of Class
zombie.characters.NetworkUser
Packages that use NetworkUser
-
Uses of NetworkUser in zombie.characters
Fields in zombie.characters with type parameters of type NetworkUserMethods in zombie.characters that return NetworkUserMethods in zombie.characters that return types with arguments of type NetworkUserMethod parameters in zombie.characters with type arguments of type NetworkUserModifier and TypeMethodDescriptionstatic void
NetworkUsers.send
(ByteBuffer byteBuffer, Collection<NetworkUser> collection) -
Uses of NetworkUser in zombie.Lua
Methods in zombie.Lua that return types with arguments of type NetworkUserModifier and TypeMethodDescriptionstatic ArrayList
<NetworkUser> LuaManager.GlobalObject.getUsers()
-
Uses of NetworkUser in zombie.network
Method parameters in zombie.network with type arguments of type NetworkUserModifier and TypeMethodDescriptionvoid
ServerWorldDatabase.getUserlogUsers
(HashMap<String, NetworkUser> hashMap) void
ServerWorldDatabase.getWhitelistUsers
(HashMap<String, NetworkUser> hashMap) void
ServerWorldDatabase.updateUserCounters
(Collection<NetworkUser> collection)