16class NetherFossilFeature :
public ::Feature {
20 ::ll::TypedStorage<8, 24, ::std::vector<::HashedString>> mValidGroundBlocks;
21 ::ll::TypedStorage<1, 1, bool> mMayPlaceInLava;
26 NetherFossilFeature();
37 MCAPI NetherFossilFeature(::std::vector<::HashedString>&& validGroundBlocks,
bool mayPlaceInLava);
39 MCAPI
void _tryPlaceDriedGhastBlock(
51 MCAPI static ::std::add_lvalue_reference_t<::std::string const[]> STRUCTURE_LOCATION_FOSSIL();
57 MCAPI
void* $ctor(::std::vector<::HashedString>&& validGroundBlocks,
bool mayPlaceInLava);