UNPKG
@tendrock/core
Version:
alpha (0.1.0-alpha.4)
latest (0.4.0-alpha.1.21.80-preview.25.0)
0.4.0-alpha.1.21.80-preview.25.0
0.3.0-alpha.1.21.70-stable.1
0.3.0-alpha.1.21.70-stable.0
0.2.0-alpha.1
0.2.0-alpha.0
0.1.0-alpha.4
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
0.1.0-alpha
The core package of the Tendrock system for Minecraft Bedrock Script API
@tendrock/core
/
dist
/
common
/
Tendrock.js
9 lines
(8 loc)
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
IpcV1
}
from
"@tendrock/ipc"
;
export
class
Tendrock
{
static
getIdentifier
(
id
) {
return
`tendrock:
${id}
`
; } }
Tendrock
.
Namespace
=
'tendrock'
;
Tendrock
.
Ipc
=
IpcV1
.
register
(
'tendrock'
,
'd1e2f3a4-b5c6-4d7e-8f9a-0b1c2d3e4f5a'
);