30 ::ll::TypedStorage<8, 8, ::GameRules&> mGameRules;
35 InitProxy& operator=(InitProxy
const&);
36 InitProxy(InitProxy
const&);
43 ::ll::TypedStorage<8, 32, ::std::string> mGameRule;
44 ::ll::TypedStorage<4, 4, float> mFloatValue;
45 ::ll::TypedStorage<4, 4, int> mIntValue;
46 ::ll::TypedStorage<1, 1, bool> mBoolValue;
47 ::ll::TypedStorage<1, 1, bool> mBoolValueSet;
48 ::ll::TypedStorage<1, 1, bool> mIntValueSet;
49 ::ll::TypedStorage<1, 1, bool> mFloatValueSet;
72 createJsonIndex(::std::string
const& ruleName,
::GameRule const& rule,
::Json::Value& json, ::std::string* value);