Mineserver
A rewrite of Minecraft 1.8.9 in C++ !
|
The header-only containing event logic. More...
Go to the source code of this file.
Classes | |
class | IEvent< T > |
Event interface. More... | |
class | EventHandler< T > |
Handler for a type of event. More... | |
class | EventsManager |
Manager for Events. More... | |
Functions | |
template<typename T > | |
constexpr std::string_view | type_name () |
Gets the name of the type paramater. | |
The header-only containing event logic.
|
constexpr |
Gets the name of the type paramater.
T | the type to get the name |