25class GrassBlock :
public ::BlockType {
29 ::ll::TypedStorage<8, 24, ::std::vector<::mce::Color>> mSideColors;
30 ::ll::TypedStorage<8, 40, ::PerlinSimplexNoise const> mBiomeInfoNoise;
50 virtual bool canBeOriginalSurface(
bool)
const ;
55 virtual void _addHardCodedBlockComponents(
::Experiments const&) ;
57 virtual ~GrassBlock() =
default;
63 MCAPI GrassBlock(::std::string
const& nameId,
int id);
77 MCAPI static ::Brightness
const& MIN_BRIGHTNESS();
83 MCAPI
void* $ctor(::std::string
const& nameId,
int id);
96 MCFOLD
bool $canBeOriginalSurface(
bool)
const;
100 MCAPI
void $_addHardCodedBlockComponents(
::Experiments const&);