22 enum class CustomPermissions : ushort {
26 DoorsAndSwitches = 1 << 2,
27 OpenContainers = 1 << 3,
28 AttackPlayers = 1 << 4,
30 OperatorCommands = 1 << 6,
37 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mTargetPlayerId;
38 ::ll::TypedStorage<1, 1, ::PlayerPermissionLevel> mPlayerPermissions;
39 ::ll::TypedStorage<2, 2, ushort> mCustomPermissionFlags;
46 virtual ::MinecraftPacketIds getId()
const ;
49 virtual ::std::string getName()
const ;
64 MCAPI
bool getCustomAbilityValue(::AbilitiesIndex ability)
const;
76 MCAPI ::MinecraftPacketIds $getId()
const;
78 MCAPI ::std::string $getName()
const;
88 MCAPI
static void** $vftable();