@spyglassmc/java-edition 0.1.3 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/lib/binder/index.d.ts +1 -1
  2. package/lib/binder/index.js +11 -17
  3. package/lib/common/index.js +4 -32
  4. package/lib/dependency/common.js +6 -9
  5. package/lib/dependency/index.d.ts +6 -6
  6. package/lib/dependency/index.js +18 -49
  7. package/lib/dependency/mcmeta.d.ts +2 -2
  8. package/lib/dependency/mcmeta.js +8 -37
  9. package/lib/index.d.ts +3 -3
  10. package/lib/index.js +21 -48
  11. package/lib/json/checker/data/advancement.d.ts +13 -13
  12. package/lib/json/checker/data/advancement.js +259 -262
  13. package/lib/json/checker/data/biome.d.ts +3 -3
  14. package/lib/json/checker/data/biome.js +98 -101
  15. package/lib/json/checker/data/common.d.ts +1 -1
  16. package/lib/json/checker/data/common.js +145 -152
  17. package/lib/json/checker/data/dimension.d.ts +3 -3
  18. package/lib/json/checker/data/dimension.js +148 -151
  19. package/lib/json/checker/data/feature.d.ts +8 -8
  20. package/lib/json/checker/data/feature.js +369 -372
  21. package/lib/json/checker/data/index.d.ts +2 -2
  22. package/lib/json/checker/data/index.js +36 -39
  23. package/lib/json/checker/data/loot_table.d.ts +7 -7
  24. package/lib/json/checker/data/loot_table.js +125 -128
  25. package/lib/json/checker/data/recipe.d.ts +1 -1
  26. package/lib/json/checker/data/recipe.js +25 -28
  27. package/lib/json/checker/data/structure.d.ts +7 -7
  28. package/lib/json/checker/data/structure.js +80 -83
  29. package/lib/json/checker/data/tag.js +23 -26
  30. package/lib/json/checker/data/text_component.d.ts +1 -1
  31. package/lib/json/checker/data/text_component.js +61 -64
  32. package/lib/json/checker/index.js +14 -19
  33. package/lib/json/checker/util/advancement.d.ts +1 -1
  34. package/lib/json/checker/util/advancement.js +4 -8
  35. package/lib/json/checker/util/block_states.d.ts +1 -1
  36. package/lib/json/checker/util/block_states.js +21 -49
  37. package/lib/json/checker/util/color.d.ts +1 -1
  38. package/lib/json/checker/util/color.js +20 -25
  39. package/lib/json/checker/util/index.d.ts +7 -7
  40. package/lib/json/checker/util/index.js +7 -23
  41. package/lib/json/checker/util/nbt.d.ts +1 -1
  42. package/lib/json/checker/util/nbt.js +17 -22
  43. package/lib/json/checker/util/recipe.d.ts +1 -1
  44. package/lib/json/checker/util/recipe.js +4 -8
  45. package/lib/json/checker/util/uuid.d.ts +1 -1
  46. package/lib/json/checker/util/uuid.js +4 -7
  47. package/lib/json/checker/util/version.d.ts +2 -2
  48. package/lib/json/checker/util/version.js +7 -13
  49. package/lib/json/index.d.ts +1 -1
  50. package/lib/json/index.js +4 -31
  51. package/lib/mcfunction/checker/index.d.ts +1 -1
  52. package/lib/mcfunction/checker/index.js +24 -53
  53. package/lib/mcfunction/colorizer/index.d.ts +1 -1
  54. package/lib/mcfunction/colorizer/index.js +6 -35
  55. package/lib/mcfunction/common/index.js +7 -33
  56. package/lib/mcfunction/completer/argument.js +92 -120
  57. package/lib/mcfunction/completer/index.d.ts +1 -1
  58. package/lib/mcfunction/completer/index.js +1 -17
  59. package/lib/mcfunction/index.d.ts +5 -5
  60. package/lib/mcfunction/index.js +16 -43
  61. package/lib/mcfunction/inlayHintProvider.js +3 -30
  62. package/lib/mcfunction/node/argument.d.ts +3 -3
  63. package/lib/mcfunction/node/argument.js +37 -63
  64. package/lib/mcfunction/node/index.d.ts +1 -1
  65. package/lib/mcfunction/node/index.js +1 -17
  66. package/lib/mcfunction/parser/argument.d.ts +1 -1
  67. package/lib/mcfunction/parser/argument.js +71 -100
  68. package/lib/mcfunction/parser/index.d.ts +1 -1
  69. package/lib/mcfunction/parser/index.js +1 -17
  70. package/lib/mcfunction/signatureHelpProvider.js +3 -30
  71. package/lib/mcfunction/tree/argument.js +1 -2
  72. package/lib/mcfunction/tree/index.d.ts +1 -1
  73. package/lib/mcfunction/tree/index.js +1 -17
  74. package/lib/mcfunction/tree/patch.d.ts +1 -1
  75. package/lib/mcfunction/tree/patch.js +5 -9
  76. package/package.json +8 -7
@@ -1,8 +1,5 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Direction = exports.Slots = exports.HeightmapType = exports.noise_parameters = exports.inclusiveRange = exports.uniformInt = exports.intProvider = exports.floatProvider = exports.height_provider = exports.vertical_anchor = exports.fluid_state = exports.block_state = exports.float_bounds = exports.int_bounds = exports.nbt_provider = exports.score_provider = exports.number_provider = exports.MIN_Y = exports.MAX_Y = exports.Y_SIZE = void 0;
4
- const primitives_1 = require("@spyglassmc/json/lib/checker/primitives");
5
- const util_1 = require("../util");
1
+ import { any, as, dispatch, extract, float, floatRange, int, intRange, listOf, literal, opt, pick, record, ref, resource, simpleString } from '@spyglassmc/json/lib/checker/primitives/index.js';
2
+ import { blockStateMap } from '../util/index.js';
6
3
  function smallestEncompassingPowerOfTwo(n) {
7
4
  n = n - 1;
8
5
  n |= n >> 1;
@@ -13,253 +10,249 @@ function smallestEncompassingPowerOfTwo(n) {
13
10
  return n + 1;
14
11
  }
15
12
  const BITS_FOR_Y = 64 - 2 * (1 + Math.log2(smallestEncompassingPowerOfTwo(30000000))); // 12
16
- exports.Y_SIZE = (1 << BITS_FOR_Y) - 32; // 4064
17
- exports.MAX_Y = (exports.Y_SIZE >> 1) - 1; // 2031
18
- exports.MIN_Y = exports.MAX_Y - exports.Y_SIZE + 1; // -2031
19
- exports.number_provider = (0, primitives_1.as)('range', (0, primitives_1.any)([
20
- primitives_1.float,
21
- (0, primitives_1.dispatch)('type', (type) => (0, primitives_1.record)({
22
- type: (0, primitives_1.opt)((0, primitives_1.resource)('loot_number_provider_type')),
13
+ export const Y_SIZE = (1 << BITS_FOR_Y) - 32; // 4064
14
+ export const MAX_Y = (Y_SIZE >> 1) - 1; // 2031
15
+ export const MIN_Y = MAX_Y - Y_SIZE + 1; // -2031
16
+ export const number_provider = as('range', any([
17
+ float,
18
+ dispatch('type', (type) => record({
19
+ type: opt(resource('loot_number_provider_type')),
23
20
  ...type === undefined ? {
24
- min: exports.number_provider,
25
- max: exports.number_provider,
21
+ min: number_provider,
22
+ max: number_provider,
26
23
  } : {},
27
- ...(0, primitives_1.pick)(type, {
24
+ ...pick(type, {
28
25
  constant: {
29
- value: primitives_1.float,
26
+ value: float,
30
27
  },
31
28
  uniform: {
32
- min: exports.number_provider,
33
- max: exports.number_provider,
29
+ min: number_provider,
30
+ max: number_provider,
34
31
  },
35
32
  binomial: {
36
- n: exports.number_provider,
37
- p: exports.number_provider,
33
+ n: number_provider,
34
+ p: number_provider,
38
35
  },
39
36
  score: {
40
- target: exports.score_provider,
41
- score: (0, primitives_1.literal)('objective'),
42
- scale: (0, primitives_1.opt)(primitives_1.float),
37
+ target: score_provider,
38
+ score: literal('objective'),
39
+ scale: opt(float),
43
40
  },
44
41
  }),
45
42
  })),
46
43
  ]));
47
- exports.score_provider = (0, primitives_1.any)([
48
- (0, primitives_1.literal)(['this', 'killer', 'player_killer', 'direct_killer']),
49
- (0, primitives_1.dispatch)('type', (type) => (0, primitives_1.record)({
50
- type: (0, primitives_1.resource)('loot_score_provider_type'),
51
- ...(0, primitives_1.pick)(type, {
44
+ export const score_provider = any([
45
+ literal(['this', 'killer', 'player_killer', 'direct_killer']),
46
+ dispatch('type', (type) => record({
47
+ type: resource('loot_score_provider_type'),
48
+ ...pick(type, {
52
49
  context: {
53
- target: (0, primitives_1.literal)(['this', 'killer', 'player_killer', 'direct_killer']),
50
+ target: literal(['this', 'killer', 'player_killer', 'direct_killer']),
54
51
  },
55
52
  fixed: {
56
- name: primitives_1.simpleString, // TODO: score holder, no selector
53
+ name: simpleString, // TODO: score holder, no selector
57
54
  },
58
55
  }),
59
56
  })),
60
57
  ]);
61
- exports.nbt_provider = (0, primitives_1.any)([
62
- (0, primitives_1.literal)(['this', 'killer', 'killer_player', 'block_entity']),
63
- (0, primitives_1.dispatch)('type', type => (0, primitives_1.record)({
64
- type: (0, primitives_1.resource)('loot_nbt_provider_type'),
65
- ...(0, primitives_1.pick)(type, {
58
+ export const nbt_provider = any([
59
+ literal(['this', 'killer', 'killer_player', 'block_entity']),
60
+ dispatch('type', type => record({
61
+ type: resource('loot_nbt_provider_type'),
62
+ ...pick(type, {
66
63
  context: {
67
- target: (0, primitives_1.literal)(['this', 'killer', 'killer_player', 'block_entity']),
64
+ target: literal(['this', 'killer', 'killer_player', 'block_entity']),
68
65
  },
69
66
  storage: {
70
- source: (0, primitives_1.resource)('storage'),
67
+ source: resource('storage'),
71
68
  },
72
69
  }),
73
70
  })),
74
71
  ]);
75
- exports.int_bounds = (0, primitives_1.as)('bounds', (0, primitives_1.any)([
76
- primitives_1.int,
77
- (0, primitives_1.any)([
78
- (0, primitives_1.record)({
79
- min: primitives_1.int,
80
- max: (0, primitives_1.opt)(primitives_1.int),
72
+ export const int_bounds = as('bounds', any([
73
+ int,
74
+ any([
75
+ record({
76
+ min: int,
77
+ max: opt(int),
81
78
  }),
82
- (0, primitives_1.record)({
83
- min: (0, primitives_1.opt)(primitives_1.int),
84
- max: primitives_1.int,
79
+ record({
80
+ min: opt(int),
81
+ max: int,
85
82
  }),
86
83
  ]),
87
84
  ]));
88
- exports.float_bounds = (0, primitives_1.as)('bounds', (0, primitives_1.any)([
89
- primitives_1.float,
90
- (0, primitives_1.any)([
91
- (0, primitives_1.record)({
92
- min: primitives_1.float,
93
- max: (0, primitives_1.opt)(primitives_1.float),
85
+ export const float_bounds = as('bounds', any([
86
+ float,
87
+ any([
88
+ record({
89
+ min: float,
90
+ max: opt(float),
94
91
  }),
95
- (0, primitives_1.record)({
96
- min: (0, primitives_1.opt)(primitives_1.float),
97
- max: primitives_1.float,
92
+ record({
93
+ min: opt(float),
94
+ max: float,
98
95
  }),
99
96
  ]),
100
97
  ]));
101
- exports.block_state = (0, primitives_1.as)('block_state', (0, primitives_1.dispatch)(props => (0, primitives_1.record)({
102
- Name: (0, primitives_1.resource)('block'),
103
- Properties: (0, primitives_1.opt)((0, util_1.blockStateMap)({
104
- id: (0, primitives_1.extract)('Name', props),
98
+ export const block_state = as('block_state', dispatch(props => record({
99
+ Name: resource('block'),
100
+ Properties: opt(blockStateMap({
101
+ id: extract('Name', props),
105
102
  requireAll: true,
106
103
  })),
107
104
  })));
108
- exports.fluid_state = (0, primitives_1.as)('fluid_state', (0, primitives_1.dispatch)(props => (0, primitives_1.record)({
109
- Name: (0, primitives_1.resource)('fluid'),
110
- Properties: (0, primitives_1.opt)((0, util_1.blockStateMap)({
111
- id: (0, primitives_1.extract)('Name', props),
105
+ export const fluid_state = as('fluid_state', dispatch(props => record({
106
+ Name: resource('fluid'),
107
+ Properties: opt(blockStateMap({
108
+ id: extract('Name', props),
112
109
  category: 'fluid',
113
110
  requireAll: true,
114
111
  })),
115
112
  })));
116
- exports.vertical_anchor = (0, primitives_1.as)('vertical_anchor', (0, primitives_1.any)([
117
- (0, primitives_1.record)({
118
- absolute: (0, primitives_1.intRange)(exports.MIN_Y, exports.MAX_Y),
113
+ export const vertical_anchor = as('vertical_anchor', any([
114
+ record({
115
+ absolute: intRange(MIN_Y, MAX_Y),
119
116
  }),
120
- (0, primitives_1.record)({
121
- above_bottom: (0, primitives_1.intRange)(exports.MIN_Y, exports.MAX_Y),
117
+ record({
118
+ above_bottom: intRange(MIN_Y, MAX_Y),
122
119
  }),
123
- (0, primitives_1.record)({
124
- below_top: (0, primitives_1.intRange)(exports.MIN_Y, exports.MAX_Y),
120
+ record({
121
+ below_top: intRange(MIN_Y, MAX_Y),
125
122
  }),
126
123
  ]));
127
- exports.height_provider = (0, primitives_1.as)('height_provider', (0, primitives_1.any)([
128
- exports.vertical_anchor,
129
- (0, primitives_1.dispatch)('type', type => (0, primitives_1.record)({
130
- type: (0, primitives_1.resource)('height_provider_type'),
131
- ...(0, primitives_1.pick)(type, {
124
+ export const height_provider = as('height_provider', any([
125
+ vertical_anchor,
126
+ dispatch('type', type => record({
127
+ type: resource('height_provider_type'),
128
+ ...pick(type, {
132
129
  constant: {
133
- value: exports.vertical_anchor,
130
+ value: vertical_anchor,
134
131
  },
135
132
  uniform: {
136
- min_inclusive: exports.vertical_anchor,
137
- max_inclusive: exports.vertical_anchor,
133
+ min_inclusive: vertical_anchor,
134
+ max_inclusive: vertical_anchor,
138
135
  },
139
136
  biased_to_bottom: {
140
- min_inclusive: exports.vertical_anchor,
141
- max_inclusive: exports.vertical_anchor,
142
- inner: (0, primitives_1.opt)((0, primitives_1.intRange)(1, undefined), 1),
137
+ min_inclusive: vertical_anchor,
138
+ max_inclusive: vertical_anchor,
139
+ inner: opt(intRange(1, undefined), 1),
143
140
  },
144
141
  very_biased_to_bottom: {
145
- min_inclusive: exports.vertical_anchor,
146
- max_inclusive: exports.vertical_anchor,
147
- inner: (0, primitives_1.opt)((0, primitives_1.intRange)(1, undefined), 1),
142
+ min_inclusive: vertical_anchor,
143
+ max_inclusive: vertical_anchor,
144
+ inner: opt(intRange(1, undefined), 1),
148
145
  },
149
146
  trapezoid: {
150
- min_inclusive: exports.vertical_anchor,
151
- max_inclusive: exports.vertical_anchor,
152
- plateau: (0, primitives_1.opt)(primitives_1.int, 0),
147
+ min_inclusive: vertical_anchor,
148
+ max_inclusive: vertical_anchor,
149
+ plateau: opt(int, 0),
153
150
  },
154
151
  weighted_list: {
155
- distribution: (0, primitives_1.listOf)((0, primitives_1.record)({
156
- data: (0, primitives_1.ref)(() => exports.height_provider),
157
- weight: primitives_1.int,
152
+ distribution: listOf(record({
153
+ data: ref(() => height_provider),
154
+ weight: int,
158
155
  })),
159
156
  },
160
157
  }),
161
158
  })),
162
159
  ]));
163
- const floatProvider = (min = undefined, max = undefined) => (0, primitives_1.as)('float_provider', (0, primitives_1.any)([
164
- (0, primitives_1.floatRange)(min, max),
165
- (0, primitives_1.dispatch)('type', type => (0, primitives_1.record)({
166
- type: (0, primitives_1.resource)('float_provider_type'),
167
- ...(0, primitives_1.pick)(type, {
160
+ export const floatProvider = (min = undefined, max = undefined) => as('float_provider', any([
161
+ floatRange(min, max),
162
+ dispatch('type', type => record({
163
+ type: resource('float_provider_type'),
164
+ ...pick(type, {
168
165
  constant: {
169
- value: (0, primitives_1.floatRange)(min, max),
166
+ value: floatRange(min, max),
170
167
  },
171
168
  uniform: {
172
- value: (0, primitives_1.record)({
173
- min_inclusive: (0, primitives_1.floatRange)(min, max),
174
- max_exclusive: (0, primitives_1.floatRange)(min, max),
169
+ value: record({
170
+ min_inclusive: floatRange(min, max),
171
+ max_exclusive: floatRange(min, max),
175
172
  }),
176
173
  },
177
174
  clamped_normal: {
178
- value: (0, primitives_1.record)({
179
- mean: primitives_1.float,
180
- deviation: primitives_1.float,
181
- min: (0, primitives_1.floatRange)(min, max),
182
- max: (0, primitives_1.floatRange)(min, max),
175
+ value: record({
176
+ mean: float,
177
+ deviation: float,
178
+ min: floatRange(min, max),
179
+ max: floatRange(min, max),
183
180
  }),
184
181
  },
185
182
  trapezoid: {
186
- value: (0, primitives_1.record)({
187
- min: (0, primitives_1.floatRange)(min, max),
188
- max: (0, primitives_1.floatRange)(min, max),
189
- plateau: primitives_1.float,
183
+ value: record({
184
+ min: floatRange(min, max),
185
+ max: floatRange(min, max),
186
+ plateau: float,
190
187
  }),
191
188
  },
192
189
  }),
193
190
  })),
194
191
  ]));
195
- exports.floatProvider = floatProvider;
196
- const intProvider = (min = undefined, max = undefined) => (0, primitives_1.as)('int_provider', (0, primitives_1.any)([
197
- (0, primitives_1.intRange)(min, max),
198
- (0, primitives_1.dispatch)('type', type => (0, primitives_1.record)({
199
- type: (0, primitives_1.resource)('int_provider_type'),
200
- ...(0, primitives_1.pick)(type, {
192
+ export const intProvider = (min = undefined, max = undefined) => as('int_provider', any([
193
+ intRange(min, max),
194
+ dispatch('type', type => record({
195
+ type: resource('int_provider_type'),
196
+ ...pick(type, {
201
197
  constant: {
202
- value: (0, primitives_1.intRange)(min, max),
198
+ value: intRange(min, max),
203
199
  },
204
200
  uniform: {
205
- value: (0, primitives_1.record)({
206
- min_inclusive: (0, primitives_1.intRange)(min, max),
207
- max_inclusive: (0, primitives_1.intRange)(min, max),
201
+ value: record({
202
+ min_inclusive: intRange(min, max),
203
+ max_inclusive: intRange(min, max),
208
204
  }),
209
205
  },
210
206
  biased_to_bottom: {
211
- value: (0, primitives_1.record)({
212
- min_inclusive: (0, primitives_1.intRange)(min, max),
213
- max_inclusive: (0, primitives_1.intRange)(min, max),
207
+ value: record({
208
+ min_inclusive: intRange(min, max),
209
+ max_inclusive: intRange(min, max),
214
210
  }),
215
211
  },
216
212
  clamped: {
217
- value: (0, primitives_1.record)({
218
- min_inclusive: (0, primitives_1.intRange)(min, max),
219
- max_inclusive: (0, primitives_1.intRange)(min, max),
220
- source: (0, primitives_1.ref)(() => (0, exports.intProvider)()),
213
+ value: record({
214
+ min_inclusive: intRange(min, max),
215
+ max_inclusive: intRange(min, max),
216
+ source: ref(() => intProvider()),
221
217
  }),
222
218
  },
223
219
  clamped_normal: {
224
- value: (0, primitives_1.record)({
225
- mean: primitives_1.float,
226
- deviation: primitives_1.float,
227
- min_inclusive: (0, primitives_1.intRange)(min, max),
228
- max_inclusive: (0, primitives_1.intRange)(min, max),
220
+ value: record({
221
+ mean: float,
222
+ deviation: float,
223
+ min_inclusive: intRange(min, max),
224
+ max_inclusive: intRange(min, max),
229
225
  }),
230
226
  },
231
227
  weighted_list: {
232
- distribution: (0, primitives_1.listOf)((0, primitives_1.record)({
233
- data: (0, primitives_1.ref)(() => (0, exports.intProvider)()),
234
- weight: primitives_1.int,
228
+ distribution: listOf(record({
229
+ data: ref(() => intProvider()),
230
+ weight: int,
235
231
  })),
236
232
  },
237
233
  }),
238
234
  })),
239
235
  ]));
240
- exports.intProvider = intProvider;
241
236
  // until 1.16
242
- const uniformInt = (min, max, maxSpread) => (0, primitives_1.as)('uniform_int', (0, primitives_1.any)([
243
- (0, primitives_1.intRange)(min, max),
244
- (0, primitives_1.record)({
245
- base: (0, primitives_1.intRange)(min, max),
246
- spread: (0, primitives_1.intRange)(0, maxSpread),
237
+ export const uniformInt = (min, max, maxSpread) => as('uniform_int', any([
238
+ intRange(min, max),
239
+ record({
240
+ base: intRange(min, max),
241
+ spread: intRange(0, maxSpread),
247
242
  }),
248
243
  ]));
249
- exports.uniformInt = uniformInt;
250
- const inclusiveRange = (min, max) => (0, primitives_1.as)('inclusive_range', (0, primitives_1.any)([
251
- (0, primitives_1.record)({
252
- min_inclusive: (0, primitives_1.intRange)(min, max),
253
- max_inclusive: (0, primitives_1.intRange)(min, max),
244
+ export const inclusiveRange = (min, max) => as('inclusive_range', any([
245
+ record({
246
+ min_inclusive: intRange(min, max),
247
+ max_inclusive: intRange(min, max),
254
248
  }),
255
- (0, primitives_1.listOf)((0, primitives_1.intRange)(min, max)),
249
+ listOf(intRange(min, max)),
256
250
  ]));
257
- exports.inclusiveRange = inclusiveRange;
258
- exports.noise_parameters = (0, primitives_1.record)({
259
- firstOctave: primitives_1.int,
260
- amplitudes: (0, primitives_1.listOf)(primitives_1.float),
251
+ export const noise_parameters = record({
252
+ firstOctave: int,
253
+ amplitudes: listOf(float),
261
254
  });
262
- exports.HeightmapType = [
255
+ export const HeightmapType = [
263
256
  'MOTION_BLOCKING',
264
257
  'MOTION_BLOCKING_NO_LEAVES',
265
258
  'OCEAN_FLOOR',
@@ -267,7 +260,7 @@ exports.HeightmapType = [
267
260
  'WORLD_SURFACE',
268
261
  'WORLD_SURFACE_WG',
269
262
  ];
270
- exports.Slots = [
263
+ export const Slots = [
271
264
  'mainhand',
272
265
  'offhand',
273
266
  'head',
@@ -275,7 +268,7 @@ exports.Slots = [
275
268
  'legs',
276
269
  'feet',
277
270
  ];
278
- exports.Direction = [
271
+ export const Direction = [
279
272
  'up',
280
273
  'down',
281
274
  'north',
@@ -1,4 +1,4 @@
1
- export declare const noise_settings: import("@spyglassmc/json/lib/checker").JsonChecker;
2
- export declare const dimension_type: import("@spyglassmc/json/lib/checker").JsonChecker;
3
- export declare const dimension: import("@spyglassmc/json/lib/checker").JsonChecker;
1
+ export declare const noise_settings: import("@spyglassmc/json/lib/checker/JsonChecker.js").JsonChecker;
2
+ export declare const dimension_type: import("@spyglassmc/json/lib/checker/JsonChecker.js").JsonChecker;
3
+ export declare const dimension: import("@spyglassmc/json/lib/checker/JsonChecker.js").JsonChecker;
4
4
  //# sourceMappingURL=dimension.d.ts.map