19#ifndef MINESERVER_CLIENTSTATE_H
20#define MINESERVER_CLIENTSTATE_H
65#ifndef DOXYGEN_IGNORE_THIS
67struct luabridge::Stack<
ClientState> : luabridge::Enum<ClientState,
68 ClientState::HANDSHAKE,
83 luabridge::getGlobalNamespace(state)
85 .beginNamespace(
"ClientState")
ClientState
Client State.
Definition clientstate.h:31
@ PLAY
Play state.
Definition clientstate.h:62
@ LOGIN
Login state.
Definition clientstate.h:55
@ STATUS
Status state.
Definition clientstate.h:47
@ HANDSHAKE
Handshake state.
Definition clientstate.h:39
void loadClientStateLua(lua_State *state, const char *namespaceName)
Loads ClientState to lua.
Definition clientstate.h:82
constexpr std::string_view type_name()
Gets the name of the type paramater.
Definition event.h:56