16 MCAPI static ::ScriptModuleMinecraft::ScriptTickingAreaError
17 createIdentifierAlreadyExistsError(::std::string
const& identifier);
19 MCAPI static ::ScriptModuleMinecraft::ScriptTickingAreaError
20 createOverChunkLimitError(::std::string
const& identifier,
int chunkMaxCount);
22 MCAPI static ::ScriptModuleMinecraft::ScriptTickingAreaError
23 createSideLengthExceededError(
int chunkLengthX,
int chunkLengthZ,
int maxChunkLength);
25 MCAPI static ::ScriptModuleMinecraft::ScriptTickingAreaError
26 createUnknownIdentifierError(::std::string
const& identifier);