16struct ScriptCustomCommandInterface {
20 ::ll::TypedStorage<8, 32, ::std::string> mName;
21 ::ll::TypedStorage<8, 32, ::std::string> mDescription;
22 ::ll::TypedStorage<1, 1, ::CommandPermissionLevel> mPermissionLevel;
23 ::ll::TypedStorage<1, 2, ::std::optional<bool>> mCheatsRequired;
25 TypedStorage<8, 32, ::std::optional<::std::vector<::ScriptModuleMinecraft::ScriptCustomCommandParamInterface>>>
28 TypedStorage<8, 32, ::std::optional<::std::vector<::ScriptModuleMinecraft::ScriptCustomCommandParamInterface>>>
34 ScriptCustomCommandInterface& operator=(ScriptCustomCommandInterface
const&);
35 ScriptCustomCommandInterface();
46 MCAPI ~ScriptCustomCommandInterface();
52 MCAPI static ::Scripting::InterfaceBinding bind();