For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-gametest/classes/FenceConnectivity.md.

Class: FenceConnectivity

Beta

返回此栅栏是否在多个方向上与其他栅栏连接的信息。

Returns information about whether this fence is connected to other fences in several directions.

Properties

east

readonly east: boolean

Beta

Remarks

表示此栅栏方块是否与东侧(x + 1)的另一个栅栏连接。

Represents whether this fence block is connected to another fence to the east (x + 1).


north

readonly north: boolean

Beta

Remarks

表示此栅栏方块是否与北侧(z - 1)的另一个栅栏连接。

Represents whether this fence block is connected to another fence to the north (z - 1).


south

readonly south: boolean

Beta

Remarks

表示此栅栏方块是否与南侧(z + 1)的另一个栅栏连接。

Represents whether this fence block is connected to another fence to the south (z + 1).


west

readonly west: boolean

Beta

Remarks

表示此栅栏方块是否与西侧(x - 1)的另一个栅栏连接。

Represents whether this fence block is connected to another fence to the west (x - 1).