Skip to content

Commit 8614567

Browse files
authored
update types
1 parent 55641c1 commit 8614567

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ export declare class Block {
8989
*/
9090
diggable: boolean;
9191

92+
// Whether the block's state is currently waterlogged. This is only possible since [the aqatic update](https://minecraft.wiki/w/Update_Aquatic).
93+
isWaterlogged?: boolean
94+
9295
/**
9396
* This tells what types of tools will be effective against the block.
9497
* Possible values are: null, rock, wood, plant, melon, leaves, dirt, web, and wool.

0 commit comments

Comments
 (0)