31 ::ll::TypedStorage<8, 8, ::GameRules&> mGameRules;
36 InitProxy& operator=(InitProxy
const&);
37 InitProxy(InitProxy
const&);
43 MCAPI
explicit InitProxy(
::Level& level);
49 MCAPI
void* $ctor(
::Level& level);
56 ::ll::TypedStorage<8, 32, ::std::string> mGameRule;
57 ::ll::TypedStorage<4, 4, float> mFloatValue;
58 ::ll::TypedStorage<4, 4, int> mIntValue;
59 ::ll::TypedStorage<1, 1, bool> mBoolValue;
60 ::ll::TypedStorage<1, 1, bool> mBoolValueSet;
61 ::ll::TypedStorage<1, 1, bool> mIntValueSet;
62 ::ll::TypedStorage<1, 1, bool> mFloatValueSet;
83 createJsonIndex(::std::string
const& ruleName,
::GameRule const& rule,
::Json::Value& json, ::std::string* value);