18 ::ll::TypedStorage<1, 1, bool> mCelebrating;
19 ::ll::TypedStorage<8, 8, ::Tick> mCelebrateUntil;
20 ::ll::TypedStorage<8, 8, ::Tick> mNextSoundEventTick;
26 MCAPI ::SharedTypes::Legacy::LevelSoundEvent
const getCelebrateSound(
::Mob const& mob)
const;
28 MCFOLD ::Tick
const getCelebrateUntil()
const;
30 MCFOLD ::Tick
const getNextSoundEventTick()
const;
32 MCFOLD
bool isCelebrating()
const;
34 MCAPI
void setNextSoundEventTick(
::Mob const& mob);
36 MCAPI
void startCelebrating(
::Tick const& celebrateUntil);
38 MCAPI
void stopCelebrating();