21class TripodCamera :
public ::Mob {
25 ::ll::TypedStorage<8, 24, ::WeakEntityRef> mPlayer;
26 ::ll::TypedStorage<1, 1, bool> mActivated;
27 ::ll::TypedStorage<4, 4, int> mCountdown;
39 virtual float getShadowRadius()
const ;
41 virtual bool isTargetable()
const ;
43 virtual bool canExistWhenDisallowMob()
const ;
45 virtual void remove() ;
59 MCAPI
int getCountdown()
const;
61 MCAPI
bool interactWithPlayer(
::Player& player);
63 MCAPI
bool isActivated()
const;
65 MCAPI
void startTakingPicture(
::Player& player);
83 MCFOLD
float $getShadowRadius()
const;
85 MCFOLD
bool $isTargetable()
const;
87 MCFOLD
bool $canExistWhenDisallowMob()
const;
99 MCAPI
static void** $vftable();
Definition EntityContext.h:17