Mineserver
A rewrite of Minecraft 1.8.9 in C++ !
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 12345]
  src
  cmd
 commands.hThe file handling commands logic
 commandsreg.hppThe file containing most commands registering
 console.hThe file handling console logic
 luaregcmd.hppThe file for registering commands to lua
  entities
 entity.hThe file having entities logic
 luaregentities.hppUtility for loading types lua classes
 player.hThe file for handling player logic
  net
  packets
  login
 encryptionexchange.cppThe file containing encryption request / response logic
 encryptionexchange.hThe file containing encryption request / response logic
 loginstartend.cppThe file containing Login Start / Success packets logic
 loginstartend.hThe file containing login start and end packets
 setcompression.cppThe file containing set compression packet logic
 setcompression.hThe file containing set compression packet logic
  play
 disconnect.cppThe file containg disconnect packet logic
 disconnect.h
 luaregplaypackets.hppUtility for loading types lua classes
  status
 pingpong.cppThe file containing Ping Pong Packet logic
 pingpong.hThe file containing logic for pinging the server
 serverlist.cppThe file containing Server List Packet logic
 serverlist.hThe file containing packet logic for server list
 handshake.cppThe file containing handshake logic
 handshake.hThe file containing handshake protocol
 luaregpackets.hppUtility for loading packets lua classes
 luaregnet.hppUtility for loading network lua classes
 packet.cppThe file containing the packet logic
 packet.hThe file containing the packet data
 stream.cppThe file containing the Minecraft Stream logic
 stream.hThe file containing data for all of the streams
  plugins
  events
 clientevents.hppThe file containing all of the client events
 luaregevents.hppUtility for loading events lua classes
 serverevents.hppThe file containing all of the server events
 event.cppThe file containing the event system logic
 event.hThe header-only containing event logic
 luaheaders.cppThe file containing the headers of lua, only for raw utility
 luaheaders.hUtility header file for lua things
 plugins.cppThe file containing the plugin system logic
 plugins.hThe file handling plugin system
  types
 angle.hppThe file for angle logic
 chatmessage.cppThe file containing Chat Message logic
 chatmessage.hThe file containing minecraft chat message implementation
 clientstate.hThe file containing just the enum of client state
 luaregtypes.hppUtility for loading types lua classes
 uuid.cppThe file containing MinecraftUUID logic
 uuid.hThe file containing MinecraftUUID logic
 vector.hppThe file handling vector logic
  utils
 config.cppThe file containing the config logic
 config.hThe main file for the config io
 crypto.cppThe file containing the cryptography logic
 crypto.hThe file containing all the logic for encryption
 file.cppThe file containing the logic for system file handling
 file.hThe file containing file (lol) loading logic
 logger.cppThe file containing the logic for the logger
 logger.hThe main file for the logger
 luaregutils.hppUtility for loading utils lua classes
 network.cppThe file containing the logic for the networking
 network.hThe network (TCP) cross-platform implementation
 client.cppThe file containing the logic for the client
 client.hThe file containing the logic for client handling
 main.cppThe file for the program entry point
 server.cppFile containing the logic for the server
 server.hThe file containing most of the server logic