21 ::ll::TypedStorage<1, 1, bool> canSpawn;
22 ::ll::TypedStorage<8, 8, ::BlockSource&> mRegion;
23 ::ll::TypedStorage<8, 8, ::Block const&> mState;
24 ::ll::TypedStorage<8, 8, ::br::spawn::EntityType const&> mEntityType;
29 BlockIsValidSpawnEvent& operator=(BlockIsValidSpawnEvent
const&);
30 BlockIsValidSpawnEvent(BlockIsValidSpawnEvent
const&);
31 BlockIsValidSpawnEvent();
36 virtual ::Block
const& getBlock()
const ;
38 virtual ::BlockSource
const& getBlockSource()
const ;
40 virtual ~BlockIsValidSpawnEvent() ;
52 MCFOLD ::Block
const& $getBlock()
const;
54 MCFOLD ::BlockSource
const& $getBlockSource()
const;