isEdge

static boolean isEdge(int north, int east, int south, int west, int center)

Return

whether the central biome is an edge of a biome

Parameters

north

raw id of the biome to the north

east

raw id of the biome to the east

south

raw id of the biome to the south

west

raw id of the biome to the west

center

central biome that comparisons are relative to

Sources

jvm source
Link copied to clipboard