neighborsOcean

static boolean neighborsOcean(int north, int east, int south, int west)

Return

whether a biome in any direction is an ocean around the central 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

Sources

jvm source
Link copied to clipboard