UNPKG
@tendrock/lib
Version:
alpha (0.1.0-alpha.2)
latest (0.6.0-alpha.1)
0.6.0-alpha.1
0.6.0-alpha.0
0.5.0-alpha.0
0.4.0-alpha.0
0.3.0-alpha.0
0.2.0-alpha.0
0.1.0-alpha.2
0.1.0-alpha.1
0.1.0-alpha
A lib under the Tendrock system for Minecraft Bedrock Script API
@tendrock/lib
/
types
/
generated
/
util
/
index.d.ts
9 lines
(8 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
*
from
'./item'
;
export
*
from
'./container'
;
export
*
from
'./entity'
;
export
*
from
'./block'
;
export
*
from
'./StateUtils'
;
export
*
from
'./DirectionUtils'
;
export
*
from
'./IdUtils'
;
export
*
from
'./Utils'
;