18 MCAPI static ::ActorType getEntityTypeIdLegacy(::ActorType entityId);
20 MCAPI
static bool hasCategory(::ActorCategory
const& category, ::ActorCategory testFor);
22 MCAPI
static bool isHangingEntity(
::Actor const& inEntity);
24 MCAPI
static bool isInstanceOf(
::Actor const& inEntity, ::ActorType type);
26 MCAPI
static bool isMob(::ActorType type);
28 MCAPI
static bool isMobLegacy(::ActorType type);
30 MCAPI
static bool isOfType(::ActorType type, ::ActorType contains);
32 MCAPI
static bool isTypeInstanceOf(::ActorType type, ::ActorType testFor);