16class NetherSpringFeature :
public ::Feature {
20 ::ll::TypedStorage<8, 8, ::Block const&> mBlock;
21 ::ll::TypedStorage<1, 1, bool> mInsideRock;
26 NetherSpringFeature& operator=(NetherSpringFeature
const&);
27 NetherSpringFeature(NetherSpringFeature
const&);
28 NetherSpringFeature();
39 MCAPI NetherSpringFeature(
::Block const& block,
bool insideRock);
45 MCAPI
void* $ctor(
::Block const& block,
bool insideRock);