@minecraft/server / ItemCustomComponentReloadNewEventError
Class: ItemCustomComponentReloadNewEventError ​
Defined in: @minecraft/server/index.d.ts:25500
Thrown after using the /reload command when trying to register a previously registered item custom component that handles a new event.
Extends ​
Error
Properties ​
cause? ​
optionalcause?:unknown
Defined in: typescript/lib/lib.es2022.error.d.ts:24
Inherited from ​
Error.cause
message ​
message:
string
Defined in: typescript/lib/lib.es5.d.ts:1075
Inherited from ​
Error.message
name ​
name:
string
Defined in: typescript/lib/lib.es5.d.ts:1074
Inherited from ​
Error.name
stack? ​
optionalstack?:string
Defined in: typescript/lib/lib.es5.d.ts:1076
Inherited from ​
Error.stack