3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/server/commands/CommandPermissionLevel.h"
7#include "mc/server/commands/PlayerPermissionLevel.h"
18 ::ll::TypedStorage<1, 1, ::CommandPermissionLevel> mCommandPermissions;
19 ::ll::TypedStorage<1, 1, ::PlayerPermissionLevel> mPlayerPermissions;
Definition CompoundTag.h:13
Definition PermissionsHandler.h:14
static MCAPI ::PlayerPermissionLevel playerPermissionLevelFromString(::std::string const &s)
static MCAPI ::std::string const & DIFF_COMMAND_PERMISSION()
static MCAPI ::std::string const & DIFF_PLAYER_PERMISSION()
MCAPI void addSaveData(::CompoundTag &tag) const
static MCAPI ::std::string playerPermissionLevelToString(::PlayerPermissionLevel const &permission)
MCAPI bool loadSaveData(::CompoundTag const &tag)