hytopia 0.8.10 → 0.8.12
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.
- package/bun-server.mjs +88 -88
- package/docs/server.blocktype.lightlevel.md +13 -0
- package/docs/server.blocktype.md +21 -0
- package/docs/server.blocktypeoptions.lightlevel.md +13 -0
- package/docs/server.blocktypeoptions.md +19 -0
- package/node-server.mjs +169 -169
- package/package.json +1 -1
- package/server.api.json +57 -0
- package/server.d.ts +5 -0
@@ -0,0 +1,13 @@
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
+
|
3
|
+
[Home](./index.md) > [server](./server.md) > [BlockType](./server.blocktype.md) > [lightLevel](./server.blocktype.lightlevel.md)
|
4
|
+
|
5
|
+
## BlockType.lightLevel property
|
6
|
+
|
7
|
+
The light emission level.
|
8
|
+
|
9
|
+
**Signature:**
|
10
|
+
|
11
|
+
```typescript
|
12
|
+
get lightLevel(): number;
|
13
|
+
```
|
package/docs/server.blocktype.md
CHANGED
@@ -199,6 +199,27 @@ boolean
|
|
199
199
|
Whether the block type is meshable.
|
200
200
|
|
201
201
|
|
202
|
+
</td></tr>
|
203
|
+
<tr><td>
|
204
|
+
|
205
|
+
[lightLevel](./server.blocktype.lightlevel.md)
|
206
|
+
|
207
|
+
|
208
|
+
</td><td>
|
209
|
+
|
210
|
+
`readonly`
|
211
|
+
|
212
|
+
|
213
|
+
</td><td>
|
214
|
+
|
215
|
+
number
|
216
|
+
|
217
|
+
|
218
|
+
</td><td>
|
219
|
+
|
220
|
+
The light emission level.
|
221
|
+
|
222
|
+
|
202
223
|
</td></tr>
|
203
224
|
<tr><td>
|
204
225
|
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
+
|
3
|
+
[Home](./index.md) > [server](./server.md) > [BlockTypeOptions](./server.blocktypeoptions.md) > [lightLevel](./server.blocktypeoptions.lightlevel.md)
|
4
|
+
|
5
|
+
## BlockTypeOptions.lightLevel property
|
6
|
+
|
7
|
+
The light emission level.
|
8
|
+
|
9
|
+
**Signature:**
|
10
|
+
|
11
|
+
```typescript
|
12
|
+
lightLevel?: number;
|
13
|
+
```
|
@@ -110,6 +110,25 @@ boolean
|
|
110
110
|
_(Optional)_ Whether the block type is a liquid.
|
111
111
|
|
112
112
|
|
113
|
+
</td></tr>
|
114
|
+
<tr><td>
|
115
|
+
|
116
|
+
[lightLevel?](./server.blocktypeoptions.lightlevel.md)
|
117
|
+
|
118
|
+
|
119
|
+
</td><td>
|
120
|
+
|
121
|
+
|
122
|
+
</td><td>
|
123
|
+
|
124
|
+
number
|
125
|
+
|
126
|
+
|
127
|
+
</td><td>
|
128
|
+
|
129
|
+
_(Optional)_ The light emission level.
|
130
|
+
|
131
|
+
|
113
132
|
</td></tr>
|
114
133
|
<tr><td>
|
115
134
|
|