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
/
ref
/
IdRefs.js
7 lines
(6 loc)
•
134 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
Tendrock
}
from
"../Tendrock"
;
export
class
IdRefs
{
static
get
(
id
) {
return
Tendrock
.
getIdentifier
(id); } }