Skip to main content

[NodeMod Core]

/ .. / PointContentsResult

Interface: PointContentsResult

Defined in: src/enhanced/trace.ts:36

Detailed information about the contents of a specific point in space.

Properties

contents

contents: number

Defined in: src/enhanced/trace.ts:38

Raw contents value from the engine

isEmpty

isEmpty: boolean

Defined in: src/enhanced/trace.ts:40

Whether the point is in empty space

isSolid

isSolid: boolean

Defined in: src/enhanced/trace.ts:42

Whether the point is inside a solid object

isWater

isWater: boolean

Defined in: src/enhanced/trace.ts:44

Whether the point is in water

isSlime

isSlime: boolean

Defined in: src/enhanced/trace.ts:46

Whether the point is in slime

isLava

isLava: boolean

Defined in: src/enhanced/trace.ts:48

Whether the point is in lava

isSky

isSky: boolean

Defined in: src/enhanced/trace.ts:50

Whether the point is in the sky