15struct ScriptCustomCommandParamInterface {
19 ::ll::TypedStorage<8, 32, ::std::string> mName;
20 ::ll::TypedStorage<4, 4, ::ScriptModuleMinecraft::ScriptCustomCommandParamType> mParamType;
21 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mEnumName;
26 ScriptCustomCommandParamInterface(ScriptCustomCommandParamInterface
const&);
27 ScriptCustomCommandParamInterface();
32 MCFOLD ::ScriptModuleMinecraft::ScriptCustomCommandParamInterface&
35 MCFOLD ::ScriptModuleMinecraft::ScriptCustomCommandParamInterface&
42 MCAPI static ::Scripting::InterfaceBinding bind();