Skip navigation links
A B C F G H I K L M N O P Q R S T V W 

A

addAllCells(Iterable<? extends Boolean>) - Method in class org.worldengine.world.WorldFile.World.BooleanRow.Builder
repeated bool cells = 1;
addAllCells(Iterable<? extends Integer>) - Method in class org.worldengine.world.WorldFile.World.ByteRow.Builder
repeated int32 cells = 1;
addAllCells(Iterable<? extends Double>) - Method in class org.worldengine.world.WorldFile.World.DoubleRow.Builder
repeated double cells = 1;
addAllCells(Iterable<? extends Integer>) - Method in class org.worldengine.world.WorldFile.World.IntegerRow.Builder
repeated int32 cells = 1;
addAllQuantiles(Iterable<? extends WorldFile.World.DoubleQuantile>) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleQuantile quantiles = 1;
addAllRows(Iterable<? extends WorldFile.World.BooleanRow>) - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
repeated .World.World.BooleanRow rows = 1;
addAllRows(Iterable<? extends WorldFile.World.DoubleRow>) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
repeated .World.World.DoubleRow rows = 1;
addAllRows(Iterable<? extends WorldFile.World.DoubleRow>) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleRow rows = 2;
addAllRows(Iterable<? extends WorldFile.World.IntegerRow>) - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
repeated .World.World.IntegerRow rows = 1;
addCells(boolean) - Method in class org.worldengine.world.WorldFile.World.BooleanRow.Builder
repeated bool cells = 1;
addCells(int) - Method in class org.worldengine.world.WorldFile.World.ByteRow.Builder
repeated int32 cells = 1;
addCells(double) - Method in class org.worldengine.world.WorldFile.World.DoubleRow.Builder
repeated double cells = 1;
addCells(int) - Method in class org.worldengine.world.WorldFile.World.IntegerRow.Builder
repeated int32 cells = 1;
addQuantiles(WorldFile.World.DoubleQuantile) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleQuantile quantiles = 1;
addQuantiles(int, WorldFile.World.DoubleQuantile) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleQuantile quantiles = 1;
addQuantiles(WorldFile.World.DoubleQuantile.Builder) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleQuantile quantiles = 1;
addQuantiles(int, WorldFile.World.DoubleQuantile.Builder) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleQuantile quantiles = 1;
addQuantilesBuilder() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleQuantile quantiles = 1;
addQuantilesBuilder(int) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleQuantile quantiles = 1;
addRows(WorldFile.World.BooleanRow) - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
repeated .World.World.BooleanRow rows = 1;
addRows(int, WorldFile.World.BooleanRow) - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
repeated .World.World.BooleanRow rows = 1;
addRows(WorldFile.World.BooleanRow.Builder) - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
repeated .World.World.BooleanRow rows = 1;
addRows(int, WorldFile.World.BooleanRow.Builder) - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
repeated .World.World.BooleanRow rows = 1;
addRows(WorldFile.World.DoubleRow) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
repeated .World.World.DoubleRow rows = 1;
addRows(int, WorldFile.World.DoubleRow) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
repeated .World.World.DoubleRow rows = 1;
addRows(WorldFile.World.DoubleRow.Builder) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
repeated .World.World.DoubleRow rows = 1;
addRows(int, WorldFile.World.DoubleRow.Builder) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
repeated .World.World.DoubleRow rows = 1;
addRows(WorldFile.World.DoubleRow) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleRow rows = 2;
addRows(int, WorldFile.World.DoubleRow) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleRow rows = 2;
addRows(WorldFile.World.DoubleRow.Builder) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleRow rows = 2;
addRows(int, WorldFile.World.DoubleRow.Builder) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleRow rows = 2;
addRows(WorldFile.World.IntegerRow) - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
repeated .World.World.IntegerRow rows = 1;
addRows(int, WorldFile.World.IntegerRow) - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
repeated .World.World.IntegerRow rows = 1;
addRows(WorldFile.World.IntegerRow.Builder) - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
repeated .World.World.IntegerRow rows = 1;
addRows(int, WorldFile.World.IntegerRow.Builder) - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
repeated .World.World.IntegerRow rows = 1;
addRowsBuilder() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
repeated .World.World.BooleanRow rows = 1;
addRowsBuilder(int) - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
repeated .World.World.BooleanRow rows = 1;
addRowsBuilder() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
repeated .World.World.DoubleRow rows = 1;
addRowsBuilder(int) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
repeated .World.World.DoubleRow rows = 1;
addRowsBuilder() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleRow rows = 2;
addRowsBuilder(int) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleRow rows = 2;
addRowsBuilder() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
repeated .World.World.IntegerRow rows = 1;
addRowsBuilder(int) - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
repeated .World.World.IntegerRow rows = 1;

B

BIOME_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
build() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
 
build() - Method in class org.worldengine.world.WorldFile.World.BooleanRow.Builder
 
build() - Method in class org.worldengine.world.WorldFile.World.Builder
 
build() - Method in class org.worldengine.world.WorldFile.World.ByteRow.Builder
 
build() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
 
build() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
 
build() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile.Builder
 
build() - Method in class org.worldengine.world.WorldFile.World.DoubleRow.Builder
 
build() - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
 
build() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
 
build() - Method in class org.worldengine.world.WorldFile.World.IntegerRow.Builder
 
buildPartial() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
 
buildPartial() - Method in class org.worldengine.world.WorldFile.World.BooleanRow.Builder
 
buildPartial() - Method in class org.worldengine.world.WorldFile.World.Builder
 
buildPartial() - Method in class org.worldengine.world.WorldFile.World.ByteRow.Builder
 
buildPartial() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
 
buildPartial() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
 
buildPartial() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile.Builder
 
buildPartial() - Method in class org.worldengine.world.WorldFile.World.DoubleRow.Builder
 
buildPartial() - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
 
buildPartial() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
 
buildPartial() - Method in class org.worldengine.world.WorldFile.World.IntegerRow.Builder
 

C

CELLS_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World.BooleanRow
 
CELLS_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World.ByteRow
 
CELLS_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World.DoubleRow
 
CELLS_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World.IntegerRow
 
clear() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
 
clear() - Method in class org.worldengine.world.WorldFile.World.BooleanRow.Builder
 
clear() - Method in class org.worldengine.world.WorldFile.World.Builder
 
clear() - Method in class org.worldengine.world.WorldFile.World.ByteRow.Builder
 
clear() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
 
clear() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
 
clear() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile.Builder
 
clear() - Method in class org.worldengine.world.WorldFile.World.DoubleRow.Builder
 
clear() - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
 
clear() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
 
clear() - Method in class org.worldengine.world.WorldFile.World.IntegerRow.Builder
 
clearBiome() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.IntegerMatrix biome = 9;
clearCells() - Method in class org.worldengine.world.WorldFile.World.BooleanRow.Builder
repeated bool cells = 1;
clearCells() - Method in class org.worldengine.world.WorldFile.World.ByteRow.Builder
repeated int32 cells = 1;
clearCells() - Method in class org.worldengine.world.WorldFile.World.DoubleRow.Builder
repeated double cells = 1;
clearCells() - Method in class org.worldengine.world.WorldFile.World.IntegerRow.Builder
repeated int32 cells = 1;
clearGenerationData() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.GenerationData generationData = 31;
clearHeight() - Method in class org.worldengine.world.WorldFile.World.Builder
required int32 height = 3;
clearHeightMapData() - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.DoubleMatrix heightMapData = 4;
clearHeightMapThHill() - Method in class org.worldengine.world.WorldFile.World.Builder
required double heightMapTh_hill = 7;
clearHeightMapThPlain() - Method in class org.worldengine.world.WorldFile.World.Builder
required double heightMapTh_plain = 6;
clearHeightMapThSea() - Method in class org.worldengine.world.WorldFile.World.Builder
required double heightMapTh_sea = 5;
clearHumidity() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrixWithQuantiles humidity = 10;
clearIrrigation() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix irrigation = 11;
clearKey() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile.Builder
required int32 key = 1;
clearLakemap() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix lakemap = 32;
clearName() - Method in class org.worldengine.world.WorldFile.World.Builder
required string name = 1;
clearNPlates() - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
optional int32 n_plates = 2;
clearOcean() - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.BooleanMatrix ocean = 8;
clearOceanLevel() - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
optional float ocean_level = 3;
clearPermeabilityData() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix permeabilityData = 12;
clearPermeabilityLow() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double permeability_low = 13;
clearPermeabilityMed() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double permeability_med = 14;
clearPlates() - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.IntegerMatrix plates = 30;
clearPrecipitationData() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix precipitationData = 19;
clearPrecipitationLow() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double precipitation_low = 20;
clearPrecipitationMed() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double precipitation_med = 21;
clearQuantiles() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleQuantile quantiles = 1;
clearRivermap() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix rivermap = 33;
clearRows() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
repeated .World.World.BooleanRow rows = 1;
clearRows() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
repeated .World.World.DoubleRow rows = 1;
clearRows() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleRow rows = 2;
clearRows() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
repeated .World.World.IntegerRow rows = 1;
clearSeaDepth() - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.DoubleMatrix sea_depth = 29;
clearSeed() - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
optional int32 seed = 1;
clearStep() - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
optional string step = 4;
clearTemperatureAlpine() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_alpine = 24;
clearTemperatureBoreal() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_boreal = 25;
clearTemperatureCool() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_cool = 26;
clearTemperatureData() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix temperatureData = 22;
clearTemperaturePolar() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_polar = 23;
clearTemperatureSubtropical() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_subtropical = 28;
clearTemperatureWarm() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_warm = 27;
clearValue() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile.Builder
required double value = 2;
clearWatermapCreek() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double watermap_creek = 16;
clearWatermapData() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix watermapData = 15;
clearWatermapMainriver() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double watermap_mainriver = 18;
clearWatermapRiver() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double watermap_river = 17;
clearWidth() - Method in class org.worldengine.world.WorldFile.World.Builder
required int32 width = 2;
clone() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
 
clone() - Method in class org.worldengine.world.WorldFile.World.BooleanRow.Builder
 
clone() - Method in class org.worldengine.world.WorldFile.World.Builder
 
clone() - Method in class org.worldengine.world.WorldFile.World.ByteRow.Builder
 
clone() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
 
clone() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
 
clone() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile.Builder
 
clone() - Method in class org.worldengine.world.WorldFile.World.DoubleRow.Builder
 
clone() - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
 
clone() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
 
clone() - Method in class org.worldengine.world.WorldFile.World.IntegerRow.Builder
 

F

fromInputStream(InputStream) - Static method in class org.worldengine.world.WorldFileLoader
 

G

GENERATIONDATA_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
getBiome() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.IntegerMatrix biome = 9;
getBiome() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.IntegerMatrix biome = 9;
getBiome() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.IntegerMatrix biome = 9;
getBiomeBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.IntegerMatrix biome = 9;
getBiomeOrBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.IntegerMatrix biome = 9;
getBiomeOrBuilder() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.IntegerMatrix biome = 9;
getBiomeOrBuilder() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.IntegerMatrix biome = 9;
getCells(int) - Method in class org.worldengine.world.WorldFile.World.BooleanRow.Builder
repeated bool cells = 1;
getCells(int) - Method in class org.worldengine.world.WorldFile.World.BooleanRow
repeated bool cells = 1;
getCells(int) - Method in interface org.worldengine.world.WorldFile.World.BooleanRowOrBuilder
repeated bool cells = 1;
getCells(int) - Method in class org.worldengine.world.WorldFile.World.ByteRow.Builder
repeated int32 cells = 1;
getCells(int) - Method in class org.worldengine.world.WorldFile.World.ByteRow
repeated int32 cells = 1;
getCells(int) - Method in interface org.worldengine.world.WorldFile.World.ByteRowOrBuilder
repeated int32 cells = 1;
getCells(int) - Method in class org.worldengine.world.WorldFile.World.DoubleRow.Builder
repeated double cells = 1;
getCells(int) - Method in class org.worldengine.world.WorldFile.World.DoubleRow
repeated double cells = 1;
getCells(int) - Method in interface org.worldengine.world.WorldFile.World.DoubleRowOrBuilder
repeated double cells = 1;
getCells(int) - Method in class org.worldengine.world.WorldFile.World.IntegerRow.Builder
repeated int32 cells = 1;
getCells(int) - Method in class org.worldengine.world.WorldFile.World.IntegerRow
repeated int32 cells = 1;
getCells(int) - Method in interface org.worldengine.world.WorldFile.World.IntegerRowOrBuilder
repeated int32 cells = 1;
getCellsCount() - Method in class org.worldengine.world.WorldFile.World.BooleanRow.Builder
repeated bool cells = 1;
getCellsCount() - Method in class org.worldengine.world.WorldFile.World.BooleanRow
repeated bool cells = 1;
getCellsCount() - Method in interface org.worldengine.world.WorldFile.World.BooleanRowOrBuilder
repeated bool cells = 1;
getCellsCount() - Method in class org.worldengine.world.WorldFile.World.ByteRow.Builder
repeated int32 cells = 1;
getCellsCount() - Method in class org.worldengine.world.WorldFile.World.ByteRow
repeated int32 cells = 1;
getCellsCount() - Method in interface org.worldengine.world.WorldFile.World.ByteRowOrBuilder
repeated int32 cells = 1;
getCellsCount() - Method in class org.worldengine.world.WorldFile.World.DoubleRow.Builder
repeated double cells = 1;
getCellsCount() - Method in class org.worldengine.world.WorldFile.World.DoubleRow
repeated double cells = 1;
getCellsCount() - Method in interface org.worldengine.world.WorldFile.World.DoubleRowOrBuilder
repeated double cells = 1;
getCellsCount() - Method in class org.worldengine.world.WorldFile.World.IntegerRow.Builder
repeated int32 cells = 1;
getCellsCount() - Method in class org.worldengine.world.WorldFile.World.IntegerRow
repeated int32 cells = 1;
getCellsCount() - Method in interface org.worldengine.world.WorldFile.World.IntegerRowOrBuilder
repeated int32 cells = 1;
getCellsList() - Method in class org.worldengine.world.WorldFile.World.BooleanRow.Builder
repeated bool cells = 1;
getCellsList() - Method in class org.worldengine.world.WorldFile.World.BooleanRow
repeated bool cells = 1;
getCellsList() - Method in interface org.worldengine.world.WorldFile.World.BooleanRowOrBuilder
repeated bool cells = 1;
getCellsList() - Method in class org.worldengine.world.WorldFile.World.ByteRow.Builder
repeated int32 cells = 1;
getCellsList() - Method in class org.worldengine.world.WorldFile.World.ByteRow
repeated int32 cells = 1;
getCellsList() - Method in interface org.worldengine.world.WorldFile.World.ByteRowOrBuilder
repeated int32 cells = 1;
getCellsList() - Method in class org.worldengine.world.WorldFile.World.DoubleRow.Builder
repeated double cells = 1;
getCellsList() - Method in class org.worldengine.world.WorldFile.World.DoubleRow
repeated double cells = 1;
getCellsList() - Method in interface org.worldengine.world.WorldFile.World.DoubleRowOrBuilder
repeated double cells = 1;
getCellsList() - Method in class org.worldengine.world.WorldFile.World.IntegerRow.Builder
repeated int32 cells = 1;
getCellsList() - Method in class org.worldengine.world.WorldFile.World.IntegerRow
repeated int32 cells = 1;
getCellsList() - Method in interface org.worldengine.world.WorldFile.World.IntegerRowOrBuilder
repeated int32 cells = 1;
getDefaultInstance() - Static method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
getDefaultInstance() - Static method in class org.worldengine.world.WorldFile.World.BooleanRow
 
getDefaultInstance() - Static method in class org.worldengine.world.WorldFile.World.ByteRow
 
getDefaultInstance() - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
getDefaultInstance() - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
getDefaultInstance() - Static method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
getDefaultInstance() - Static method in class org.worldengine.world.WorldFile.World.DoubleRow
 
getDefaultInstance() - Static method in class org.worldengine.world.WorldFile.World.GenerationData
 
getDefaultInstance() - Static method in class org.worldengine.world.WorldFile.World
 
getDefaultInstance() - Static method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
getDefaultInstance() - Static method in class org.worldengine.world.WorldFile.World.IntegerRow
 
getDefaultInstanceForType() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
 
getDefaultInstanceForType() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
getDefaultInstanceForType() - Method in class org.worldengine.world.WorldFile.World.BooleanRow.Builder
 
getDefaultInstanceForType() - Method in class org.worldengine.world.WorldFile.World.BooleanRow
 
getDefaultInstanceForType() - Method in class org.worldengine.world.WorldFile.World.Builder
 
getDefaultInstanceForType() - Method in class org.worldengine.world.WorldFile.World.ByteRow.Builder
 
getDefaultInstanceForType() - Method in class org.worldengine.world.WorldFile.World.ByteRow
 
getDefaultInstanceForType() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
 
getDefaultInstanceForType() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
getDefaultInstanceForType() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
 
getDefaultInstanceForType() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
getDefaultInstanceForType() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile.Builder
 
getDefaultInstanceForType() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
getDefaultInstanceForType() - Method in class org.worldengine.world.WorldFile.World.DoubleRow.Builder
 
getDefaultInstanceForType() - Method in class org.worldengine.world.WorldFile.World.DoubleRow
 
getDefaultInstanceForType() - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
 
getDefaultInstanceForType() - Method in class org.worldengine.world.WorldFile.World.GenerationData
 
getDefaultInstanceForType() - Method in class org.worldengine.world.WorldFile.World
 
getDefaultInstanceForType() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
 
getDefaultInstanceForType() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
getDefaultInstanceForType() - Method in class org.worldengine.world.WorldFile.World.IntegerRow.Builder
 
getDefaultInstanceForType() - Method in class org.worldengine.world.WorldFile.World.IntegerRow
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile.World.BooleanRow.Builder
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile.World.BooleanRow
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile.World.Builder
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile.World.ByteRow.Builder
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile.World.ByteRow
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile.World.DoubleQuantile.Builder
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile.World.DoubleRow.Builder
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile.World.DoubleRow
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile.World.GenerationData
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile.World
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile.World.IntegerRow.Builder
 
getDescriptor() - Static method in class org.worldengine.world.WorldFile.World.IntegerRow
 
getDescriptorForType() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
 
getDescriptorForType() - Method in class org.worldengine.world.WorldFile.World.BooleanRow.Builder
 
getDescriptorForType() - Method in class org.worldengine.world.WorldFile.World.Builder
 
getDescriptorForType() - Method in class org.worldengine.world.WorldFile.World.ByteRow.Builder
 
getDescriptorForType() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
 
getDescriptorForType() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
 
getDescriptorForType() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile.Builder
 
getDescriptorForType() - Method in class org.worldengine.world.WorldFile.World.DoubleRow.Builder
 
getDescriptorForType() - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
 
getDescriptorForType() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
 
getDescriptorForType() - Method in class org.worldengine.world.WorldFile.World.IntegerRow.Builder
 
getGenerationData() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.GenerationData generationData = 31;
getGenerationData() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.GenerationData generationData = 31;
getGenerationData() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.GenerationData generationData = 31;
getGenerationDataBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.GenerationData generationData = 31;
getGenerationDataOrBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.GenerationData generationData = 31;
getGenerationDataOrBuilder() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.GenerationData generationData = 31;
getGenerationDataOrBuilder() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.GenerationData generationData = 31;
getHeight() - Method in class org.worldengine.world.WorldFile.World.Builder
required int32 height = 3;
getHeight() - Method in class org.worldengine.world.WorldFile.World
required int32 height = 3;
getHeight() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required int32 height = 3;
getHeightMapData() - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.DoubleMatrix heightMapData = 4;
getHeightMapData() - Method in class org.worldengine.world.WorldFile.World
required .World.World.DoubleMatrix heightMapData = 4;
getHeightMapData() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required .World.World.DoubleMatrix heightMapData = 4;
getHeightMapDataBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.DoubleMatrix heightMapData = 4;
getHeightMapDataOrBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.DoubleMatrix heightMapData = 4;
getHeightMapDataOrBuilder() - Method in class org.worldengine.world.WorldFile.World
required .World.World.DoubleMatrix heightMapData = 4;
getHeightMapDataOrBuilder() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required .World.World.DoubleMatrix heightMapData = 4;
getHeightMapThHill() - Method in class org.worldengine.world.WorldFile.World.Builder
required double heightMapTh_hill = 7;
getHeightMapThHill() - Method in class org.worldengine.world.WorldFile.World
required double heightMapTh_hill = 7;
getHeightMapThHill() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required double heightMapTh_hill = 7;
getHeightMapThPlain() - Method in class org.worldengine.world.WorldFile.World.Builder
required double heightMapTh_plain = 6;
getHeightMapThPlain() - Method in class org.worldengine.world.WorldFile.World
required double heightMapTh_plain = 6;
getHeightMapThPlain() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required double heightMapTh_plain = 6;
getHeightMapThSea() - Method in class org.worldengine.world.WorldFile.World.Builder
required double heightMapTh_sea = 5;
getHeightMapThSea() - Method in class org.worldengine.world.WorldFile.World
required double heightMapTh_sea = 5;
getHeightMapThSea() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required double heightMapTh_sea = 5;
getHumidity() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrixWithQuantiles humidity = 10;
getHumidity() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrixWithQuantiles humidity = 10;
getHumidity() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrixWithQuantiles humidity = 10;
getHumidityBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrixWithQuantiles humidity = 10;
getHumidityOrBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrixWithQuantiles humidity = 10;
getHumidityOrBuilder() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrixWithQuantiles humidity = 10;
getHumidityOrBuilder() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrixWithQuantiles humidity = 10;
getIrrigation() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix irrigation = 11;
getIrrigation() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrix irrigation = 11;
getIrrigation() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrix irrigation = 11;
getIrrigationBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix irrigation = 11;
getIrrigationOrBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix irrigation = 11;
getIrrigationOrBuilder() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrix irrigation = 11;
getIrrigationOrBuilder() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrix irrigation = 11;
getKey() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile.Builder
required int32 key = 1;
getKey() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile
required int32 key = 1;
getKey() - Method in interface org.worldengine.world.WorldFile.World.DoubleQuantileOrBuilder
required int32 key = 1;
getLakemap() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix lakemap = 32;
getLakemap() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrix lakemap = 32;
getLakemap() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrix lakemap = 32;
getLakemapBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix lakemap = 32;
getLakemapOrBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix lakemap = 32;
getLakemapOrBuilder() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrix lakemap = 32;
getLakemapOrBuilder() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrix lakemap = 32;
getName() - Method in class org.worldengine.world.WorldFile.World.Builder
required string name = 1;
getName() - Method in class org.worldengine.world.WorldFile.World
required string name = 1;
getName() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required string name = 1;
getNameBytes() - Method in class org.worldengine.world.WorldFile.World.Builder
required string name = 1;
getNameBytes() - Method in class org.worldengine.world.WorldFile.World
required string name = 1;
getNameBytes() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required string name = 1;
getNPlates() - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
optional int32 n_plates = 2;
getNPlates() - Method in class org.worldengine.world.WorldFile.World.GenerationData
optional int32 n_plates = 2;
getNPlates() - Method in interface org.worldengine.world.WorldFile.World.GenerationDataOrBuilder
optional int32 n_plates = 2;
getOcean() - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.BooleanMatrix ocean = 8;
getOcean() - Method in class org.worldengine.world.WorldFile.World
required .World.World.BooleanMatrix ocean = 8;
getOcean() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required .World.World.BooleanMatrix ocean = 8;
getOceanBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.BooleanMatrix ocean = 8;
getOceanLevel() - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
optional float ocean_level = 3;
getOceanLevel() - Method in class org.worldengine.world.WorldFile.World.GenerationData
optional float ocean_level = 3;
getOceanLevel() - Method in interface org.worldengine.world.WorldFile.World.GenerationDataOrBuilder
optional float ocean_level = 3;
getOceanOrBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.BooleanMatrix ocean = 8;
getOceanOrBuilder() - Method in class org.worldengine.world.WorldFile.World
required .World.World.BooleanMatrix ocean = 8;
getOceanOrBuilder() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required .World.World.BooleanMatrix ocean = 8;
getParserForType() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
getParserForType() - Method in class org.worldengine.world.WorldFile.World.BooleanRow
 
getParserForType() - Method in class org.worldengine.world.WorldFile.World.ByteRow
 
getParserForType() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
getParserForType() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
getParserForType() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
getParserForType() - Method in class org.worldengine.world.WorldFile.World.DoubleRow
 
getParserForType() - Method in class org.worldengine.world.WorldFile.World.GenerationData
 
getParserForType() - Method in class org.worldengine.world.WorldFile.World
 
getParserForType() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
getParserForType() - Method in class org.worldengine.world.WorldFile.World.IntegerRow
 
getPermeabilityData() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix permeabilityData = 12;
getPermeabilityData() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrix permeabilityData = 12;
getPermeabilityData() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrix permeabilityData = 12;
getPermeabilityDataBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix permeabilityData = 12;
getPermeabilityDataOrBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix permeabilityData = 12;
getPermeabilityDataOrBuilder() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrix permeabilityData = 12;
getPermeabilityDataOrBuilder() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrix permeabilityData = 12;
getPermeabilityLow() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double permeability_low = 13;
getPermeabilityLow() - Method in class org.worldengine.world.WorldFile.World
optional double permeability_low = 13;
getPermeabilityLow() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double permeability_low = 13;
getPermeabilityMed() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double permeability_med = 14;
getPermeabilityMed() - Method in class org.worldengine.world.WorldFile.World
optional double permeability_med = 14;
getPermeabilityMed() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double permeability_med = 14;
getPlates() - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.IntegerMatrix plates = 30;
getPlates() - Method in class org.worldengine.world.WorldFile.World
required .World.World.IntegerMatrix plates = 30;
getPlates() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required .World.World.IntegerMatrix plates = 30;
getPlatesBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.IntegerMatrix plates = 30;
getPlatesOrBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.IntegerMatrix plates = 30;
getPlatesOrBuilder() - Method in class org.worldengine.world.WorldFile.World
required .World.World.IntegerMatrix plates = 30;
getPlatesOrBuilder() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required .World.World.IntegerMatrix plates = 30;
getPrecipitationData() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix precipitationData = 19;
getPrecipitationData() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrix precipitationData = 19;
getPrecipitationData() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrix precipitationData = 19;
getPrecipitationDataBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix precipitationData = 19;
getPrecipitationDataOrBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix precipitationData = 19;
getPrecipitationDataOrBuilder() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrix precipitationData = 19;
getPrecipitationDataOrBuilder() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrix precipitationData = 19;
getPrecipitationLow() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double precipitation_low = 20;
getPrecipitationLow() - Method in class org.worldengine.world.WorldFile.World
optional double precipitation_low = 20;
getPrecipitationLow() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double precipitation_low = 20;
getPrecipitationMed() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double precipitation_med = 21;
getPrecipitationMed() - Method in class org.worldengine.world.WorldFile.World
optional double precipitation_med = 21;
getPrecipitationMed() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double precipitation_med = 21;
getQuantiles(int) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleQuantile quantiles = 1;
getQuantiles(int) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
repeated .World.World.DoubleQuantile quantiles = 1;
getQuantiles(int) - Method in interface org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantilesOrBuilder
repeated .World.World.DoubleQuantile quantiles = 1;
getQuantilesBuilder(int) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleQuantile quantiles = 1;
getQuantilesBuilderList() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleQuantile quantiles = 1;
getQuantilesCount() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleQuantile quantiles = 1;
getQuantilesCount() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
repeated .World.World.DoubleQuantile quantiles = 1;
getQuantilesCount() - Method in interface org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantilesOrBuilder
repeated .World.World.DoubleQuantile quantiles = 1;
getQuantilesList() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleQuantile quantiles = 1;
getQuantilesList() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
repeated .World.World.DoubleQuantile quantiles = 1;
getQuantilesList() - Method in interface org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantilesOrBuilder
repeated .World.World.DoubleQuantile quantiles = 1;
getQuantilesOrBuilder(int) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleQuantile quantiles = 1;
getQuantilesOrBuilder(int) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
repeated .World.World.DoubleQuantile quantiles = 1;
getQuantilesOrBuilder(int) - Method in interface org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantilesOrBuilder
repeated .World.World.DoubleQuantile quantiles = 1;
getQuantilesOrBuilderList() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleQuantile quantiles = 1;
getQuantilesOrBuilderList() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
repeated .World.World.DoubleQuantile quantiles = 1;
getQuantilesOrBuilderList() - Method in interface org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantilesOrBuilder
repeated .World.World.DoubleQuantile quantiles = 1;
getRivermap() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix rivermap = 33;
getRivermap() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrix rivermap = 33;
getRivermap() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrix rivermap = 33;
getRivermapBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix rivermap = 33;
getRivermapOrBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix rivermap = 33;
getRivermapOrBuilder() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrix rivermap = 33;
getRivermapOrBuilder() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrix rivermap = 33;
getRows(int) - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
repeated .World.World.BooleanRow rows = 1;
getRows(int) - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix
repeated .World.World.BooleanRow rows = 1;
getRows(int) - Method in interface org.worldengine.world.WorldFile.World.BooleanMatrixOrBuilder
repeated .World.World.BooleanRow rows = 1;
getRows(int) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
repeated .World.World.DoubleRow rows = 1;
getRows(int) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix
repeated .World.World.DoubleRow rows = 1;
getRows(int) - Method in interface org.worldengine.world.WorldFile.World.DoubleMatrixOrBuilder
repeated .World.World.DoubleRow rows = 1;
getRows(int) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleRow rows = 2;
getRows(int) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
repeated .World.World.DoubleRow rows = 2;
getRows(int) - Method in interface org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantilesOrBuilder
repeated .World.World.DoubleRow rows = 2;
getRows(int) - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
repeated .World.World.IntegerRow rows = 1;
getRows(int) - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix
repeated .World.World.IntegerRow rows = 1;
getRows(int) - Method in interface org.worldengine.world.WorldFile.World.IntegerMatrixOrBuilder
repeated .World.World.IntegerRow rows = 1;
getRowsBuilder(int) - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
repeated .World.World.BooleanRow rows = 1;
getRowsBuilder(int) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
repeated .World.World.DoubleRow rows = 1;
getRowsBuilder(int) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleRow rows = 2;
getRowsBuilder(int) - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
repeated .World.World.IntegerRow rows = 1;
getRowsBuilderList() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
repeated .World.World.BooleanRow rows = 1;
getRowsBuilderList() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
repeated .World.World.DoubleRow rows = 1;
getRowsBuilderList() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleRow rows = 2;
getRowsBuilderList() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
repeated .World.World.IntegerRow rows = 1;
getRowsCount() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
repeated .World.World.BooleanRow rows = 1;
getRowsCount() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix
repeated .World.World.BooleanRow rows = 1;
getRowsCount() - Method in interface org.worldengine.world.WorldFile.World.BooleanMatrixOrBuilder
repeated .World.World.BooleanRow rows = 1;
getRowsCount() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
repeated .World.World.DoubleRow rows = 1;
getRowsCount() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix
repeated .World.World.DoubleRow rows = 1;
getRowsCount() - Method in interface org.worldengine.world.WorldFile.World.DoubleMatrixOrBuilder
repeated .World.World.DoubleRow rows = 1;
getRowsCount() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleRow rows = 2;
getRowsCount() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
repeated .World.World.DoubleRow rows = 2;
getRowsCount() - Method in interface org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantilesOrBuilder
repeated .World.World.DoubleRow rows = 2;
getRowsCount() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
repeated .World.World.IntegerRow rows = 1;
getRowsCount() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix
repeated .World.World.IntegerRow rows = 1;
getRowsCount() - Method in interface org.worldengine.world.WorldFile.World.IntegerMatrixOrBuilder
repeated .World.World.IntegerRow rows = 1;
getRowsList() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
repeated .World.World.BooleanRow rows = 1;
getRowsList() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix
repeated .World.World.BooleanRow rows = 1;
getRowsList() - Method in interface org.worldengine.world.WorldFile.World.BooleanMatrixOrBuilder
repeated .World.World.BooleanRow rows = 1;
getRowsList() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
repeated .World.World.DoubleRow rows = 1;
getRowsList() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix
repeated .World.World.DoubleRow rows = 1;
getRowsList() - Method in interface org.worldengine.world.WorldFile.World.DoubleMatrixOrBuilder
repeated .World.World.DoubleRow rows = 1;
getRowsList() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleRow rows = 2;
getRowsList() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
repeated .World.World.DoubleRow rows = 2;
getRowsList() - Method in interface org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantilesOrBuilder
repeated .World.World.DoubleRow rows = 2;
getRowsList() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
repeated .World.World.IntegerRow rows = 1;
getRowsList() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix
repeated .World.World.IntegerRow rows = 1;
getRowsList() - Method in interface org.worldengine.world.WorldFile.World.IntegerMatrixOrBuilder
repeated .World.World.IntegerRow rows = 1;
getRowsOrBuilder(int) - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
repeated .World.World.BooleanRow rows = 1;
getRowsOrBuilder(int) - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix
repeated .World.World.BooleanRow rows = 1;
getRowsOrBuilder(int) - Method in interface org.worldengine.world.WorldFile.World.BooleanMatrixOrBuilder
repeated .World.World.BooleanRow rows = 1;
getRowsOrBuilder(int) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
repeated .World.World.DoubleRow rows = 1;
getRowsOrBuilder(int) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix
repeated .World.World.DoubleRow rows = 1;
getRowsOrBuilder(int) - Method in interface org.worldengine.world.WorldFile.World.DoubleMatrixOrBuilder
repeated .World.World.DoubleRow rows = 1;
getRowsOrBuilder(int) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleRow rows = 2;
getRowsOrBuilder(int) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
repeated .World.World.DoubleRow rows = 2;
getRowsOrBuilder(int) - Method in interface org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantilesOrBuilder
repeated .World.World.DoubleRow rows = 2;
getRowsOrBuilder(int) - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
repeated .World.World.IntegerRow rows = 1;
getRowsOrBuilder(int) - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix
repeated .World.World.IntegerRow rows = 1;
getRowsOrBuilder(int) - Method in interface org.worldengine.world.WorldFile.World.IntegerMatrixOrBuilder
repeated .World.World.IntegerRow rows = 1;
getRowsOrBuilderList() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
repeated .World.World.BooleanRow rows = 1;
getRowsOrBuilderList() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix
repeated .World.World.BooleanRow rows = 1;
getRowsOrBuilderList() - Method in interface org.worldengine.world.WorldFile.World.BooleanMatrixOrBuilder
repeated .World.World.BooleanRow rows = 1;
getRowsOrBuilderList() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
repeated .World.World.DoubleRow rows = 1;
getRowsOrBuilderList() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix
repeated .World.World.DoubleRow rows = 1;
getRowsOrBuilderList() - Method in interface org.worldengine.world.WorldFile.World.DoubleMatrixOrBuilder
repeated .World.World.DoubleRow rows = 1;
getRowsOrBuilderList() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleRow rows = 2;
getRowsOrBuilderList() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
repeated .World.World.DoubleRow rows = 2;
getRowsOrBuilderList() - Method in interface org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantilesOrBuilder
repeated .World.World.DoubleRow rows = 2;
getRowsOrBuilderList() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
repeated .World.World.IntegerRow rows = 1;
getRowsOrBuilderList() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix
repeated .World.World.IntegerRow rows = 1;
getRowsOrBuilderList() - Method in interface org.worldengine.world.WorldFile.World.IntegerMatrixOrBuilder
repeated .World.World.IntegerRow rows = 1;
getSeaDepth() - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.DoubleMatrix sea_depth = 29;
getSeaDepth() - Method in class org.worldengine.world.WorldFile.World
required .World.World.DoubleMatrix sea_depth = 29;
getSeaDepth() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required .World.World.DoubleMatrix sea_depth = 29;
getSeaDepthBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.DoubleMatrix sea_depth = 29;
getSeaDepthOrBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.DoubleMatrix sea_depth = 29;
getSeaDepthOrBuilder() - Method in class org.worldengine.world.WorldFile.World
required .World.World.DoubleMatrix sea_depth = 29;
getSeaDepthOrBuilder() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required .World.World.DoubleMatrix sea_depth = 29;
getSeed() - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
optional int32 seed = 1;
getSeed() - Method in class org.worldengine.world.WorldFile.World.GenerationData
optional int32 seed = 1;
getSeed() - Method in interface org.worldengine.world.WorldFile.World.GenerationDataOrBuilder
optional int32 seed = 1;
getSerializedSize() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
getSerializedSize() - Method in class org.worldengine.world.WorldFile.World.BooleanRow
 
getSerializedSize() - Method in class org.worldengine.world.WorldFile.World.ByteRow
 
getSerializedSize() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
getSerializedSize() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
getSerializedSize() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
getSerializedSize() - Method in class org.worldengine.world.WorldFile.World.DoubleRow
 
getSerializedSize() - Method in class org.worldengine.world.WorldFile.World.GenerationData
 
getSerializedSize() - Method in class org.worldengine.world.WorldFile.World
 
getSerializedSize() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
getSerializedSize() - Method in class org.worldengine.world.WorldFile.World.IntegerRow
 
getStep() - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
optional string step = 4;
getStep() - Method in class org.worldengine.world.WorldFile.World.GenerationData
optional string step = 4;
getStep() - Method in interface org.worldengine.world.WorldFile.World.GenerationDataOrBuilder
optional string step = 4;
getStepBytes() - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
optional string step = 4;
getStepBytes() - Method in class org.worldengine.world.WorldFile.World.GenerationData
optional string step = 4;
getStepBytes() - Method in interface org.worldengine.world.WorldFile.World.GenerationDataOrBuilder
optional string step = 4;
getTemperatureAlpine() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_alpine = 24;
getTemperatureAlpine() - Method in class org.worldengine.world.WorldFile.World
optional double temperature_alpine = 24;
getTemperatureAlpine() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double temperature_alpine = 24;
getTemperatureBoreal() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_boreal = 25;
getTemperatureBoreal() - Method in class org.worldengine.world.WorldFile.World
optional double temperature_boreal = 25;
getTemperatureBoreal() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double temperature_boreal = 25;
getTemperatureCool() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_cool = 26;
getTemperatureCool() - Method in class org.worldengine.world.WorldFile.World
optional double temperature_cool = 26;
getTemperatureCool() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double temperature_cool = 26;
getTemperatureData() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix temperatureData = 22;
getTemperatureData() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrix temperatureData = 22;
getTemperatureData() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrix temperatureData = 22;
getTemperatureDataBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix temperatureData = 22;
getTemperatureDataOrBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix temperatureData = 22;
getTemperatureDataOrBuilder() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrix temperatureData = 22;
getTemperatureDataOrBuilder() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrix temperatureData = 22;
getTemperaturePolar() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_polar = 23;
getTemperaturePolar() - Method in class org.worldengine.world.WorldFile.World
optional double temperature_polar = 23;
getTemperaturePolar() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double temperature_polar = 23;
getTemperatureSubtropical() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_subtropical = 28;
getTemperatureSubtropical() - Method in class org.worldengine.world.WorldFile.World
optional double temperature_subtropical = 28;
getTemperatureSubtropical() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double temperature_subtropical = 28;
getTemperatureWarm() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_warm = 27;
getTemperatureWarm() - Method in class org.worldengine.world.WorldFile.World
optional double temperature_warm = 27;
getTemperatureWarm() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double temperature_warm = 27;
getUnknownFields() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
getUnknownFields() - Method in class org.worldengine.world.WorldFile.World.BooleanRow
 
getUnknownFields() - Method in class org.worldengine.world.WorldFile.World.ByteRow
 
getUnknownFields() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
getUnknownFields() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
getUnknownFields() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
getUnknownFields() - Method in class org.worldengine.world.WorldFile.World.DoubleRow
 
getUnknownFields() - Method in class org.worldengine.world.WorldFile.World.GenerationData
 
getUnknownFields() - Method in class org.worldengine.world.WorldFile.World
 
getUnknownFields() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
getUnknownFields() - Method in class org.worldengine.world.WorldFile.World.IntegerRow
 
getValue() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile.Builder
required double value = 2;
getValue() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile
required double value = 2;
getValue() - Method in interface org.worldengine.world.WorldFile.World.DoubleQuantileOrBuilder
required double value = 2;
getWatermapCreek() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double watermap_creek = 16;
getWatermapCreek() - Method in class org.worldengine.world.WorldFile.World
optional double watermap_creek = 16;
getWatermapCreek() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double watermap_creek = 16;
getWatermapData() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix watermapData = 15;
getWatermapData() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrix watermapData = 15;
getWatermapData() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrix watermapData = 15;
getWatermapDataBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix watermapData = 15;
getWatermapDataOrBuilder() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix watermapData = 15;
getWatermapDataOrBuilder() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrix watermapData = 15;
getWatermapDataOrBuilder() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrix watermapData = 15;
getWatermapMainriver() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double watermap_mainriver = 18;
getWatermapMainriver() - Method in class org.worldengine.world.WorldFile.World
optional double watermap_mainriver = 18;
getWatermapMainriver() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double watermap_mainriver = 18;
getWatermapRiver() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double watermap_river = 17;
getWatermapRiver() - Method in class org.worldengine.world.WorldFile.World
optional double watermap_river = 17;
getWatermapRiver() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double watermap_river = 17;
getWidth() - Method in class org.worldengine.world.WorldFile.World.Builder
required int32 width = 2;
getWidth() - Method in class org.worldengine.world.WorldFile.World
required int32 width = 2;
getWidth() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required int32 width = 2;

H

hasBiome() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.IntegerMatrix biome = 9;
hasBiome() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.IntegerMatrix biome = 9;
hasBiome() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.IntegerMatrix biome = 9;
hasGenerationData() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.GenerationData generationData = 31;
hasGenerationData() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.GenerationData generationData = 31;
hasGenerationData() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.GenerationData generationData = 31;
hasHeight() - Method in class org.worldengine.world.WorldFile.World.Builder
required int32 height = 3;
hasHeight() - Method in class org.worldengine.world.WorldFile.World
required int32 height = 3;
hasHeight() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required int32 height = 3;
hasHeightMapData() - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.DoubleMatrix heightMapData = 4;
hasHeightMapData() - Method in class org.worldengine.world.WorldFile.World
required .World.World.DoubleMatrix heightMapData = 4;
hasHeightMapData() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required .World.World.DoubleMatrix heightMapData = 4;
hasHeightMapThHill() - Method in class org.worldengine.world.WorldFile.World.Builder
required double heightMapTh_hill = 7;
hasHeightMapThHill() - Method in class org.worldengine.world.WorldFile.World
required double heightMapTh_hill = 7;
hasHeightMapThHill() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required double heightMapTh_hill = 7;
hasHeightMapThPlain() - Method in class org.worldengine.world.WorldFile.World.Builder
required double heightMapTh_plain = 6;
hasHeightMapThPlain() - Method in class org.worldengine.world.WorldFile.World
required double heightMapTh_plain = 6;
hasHeightMapThPlain() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required double heightMapTh_plain = 6;
hasHeightMapThSea() - Method in class org.worldengine.world.WorldFile.World.Builder
required double heightMapTh_sea = 5;
hasHeightMapThSea() - Method in class org.worldengine.world.WorldFile.World
required double heightMapTh_sea = 5;
hasHeightMapThSea() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required double heightMapTh_sea = 5;
hasHumidity() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrixWithQuantiles humidity = 10;
hasHumidity() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrixWithQuantiles humidity = 10;
hasHumidity() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrixWithQuantiles humidity = 10;
hasIrrigation() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix irrigation = 11;
hasIrrigation() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrix irrigation = 11;
hasIrrigation() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrix irrigation = 11;
hasKey() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile.Builder
required int32 key = 1;
hasKey() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile
required int32 key = 1;
hasKey() - Method in interface org.worldengine.world.WorldFile.World.DoubleQuantileOrBuilder
required int32 key = 1;
hasLakemap() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix lakemap = 32;
hasLakemap() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrix lakemap = 32;
hasLakemap() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrix lakemap = 32;
hasName() - Method in class org.worldengine.world.WorldFile.World.Builder
required string name = 1;
hasName() - Method in class org.worldengine.world.WorldFile.World
required string name = 1;
hasName() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required string name = 1;
hasNPlates() - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
optional int32 n_plates = 2;
hasNPlates() - Method in class org.worldengine.world.WorldFile.World.GenerationData
optional int32 n_plates = 2;
hasNPlates() - Method in interface org.worldengine.world.WorldFile.World.GenerationDataOrBuilder
optional int32 n_plates = 2;
hasOcean() - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.BooleanMatrix ocean = 8;
hasOcean() - Method in class org.worldengine.world.WorldFile.World
required .World.World.BooleanMatrix ocean = 8;
hasOcean() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required .World.World.BooleanMatrix ocean = 8;
hasOceanLevel() - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
optional float ocean_level = 3;
hasOceanLevel() - Method in class org.worldengine.world.WorldFile.World.GenerationData
optional float ocean_level = 3;
hasOceanLevel() - Method in interface org.worldengine.world.WorldFile.World.GenerationDataOrBuilder
optional float ocean_level = 3;
hasPermeabilityData() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix permeabilityData = 12;
hasPermeabilityData() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrix permeabilityData = 12;
hasPermeabilityData() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrix permeabilityData = 12;
hasPermeabilityLow() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double permeability_low = 13;
hasPermeabilityLow() - Method in class org.worldengine.world.WorldFile.World
optional double permeability_low = 13;
hasPermeabilityLow() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double permeability_low = 13;
hasPermeabilityMed() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double permeability_med = 14;
hasPermeabilityMed() - Method in class org.worldengine.world.WorldFile.World
optional double permeability_med = 14;
hasPermeabilityMed() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double permeability_med = 14;
hasPlates() - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.IntegerMatrix plates = 30;
hasPlates() - Method in class org.worldengine.world.WorldFile.World
required .World.World.IntegerMatrix plates = 30;
hasPlates() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required .World.World.IntegerMatrix plates = 30;
hasPrecipitationData() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix precipitationData = 19;
hasPrecipitationData() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrix precipitationData = 19;
hasPrecipitationData() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrix precipitationData = 19;
hasPrecipitationLow() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double precipitation_low = 20;
hasPrecipitationLow() - Method in class org.worldengine.world.WorldFile.World
optional double precipitation_low = 20;
hasPrecipitationLow() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double precipitation_low = 20;
hasPrecipitationMed() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double precipitation_med = 21;
hasPrecipitationMed() - Method in class org.worldengine.world.WorldFile.World
optional double precipitation_med = 21;
hasPrecipitationMed() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double precipitation_med = 21;
hasRivermap() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix rivermap = 33;
hasRivermap() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrix rivermap = 33;
hasRivermap() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrix rivermap = 33;
hasSeaDepth() - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.DoubleMatrix sea_depth = 29;
hasSeaDepth() - Method in class org.worldengine.world.WorldFile.World
required .World.World.DoubleMatrix sea_depth = 29;
hasSeaDepth() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required .World.World.DoubleMatrix sea_depth = 29;
hasSeed() - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
optional int32 seed = 1;
hasSeed() - Method in class org.worldengine.world.WorldFile.World.GenerationData
optional int32 seed = 1;
hasSeed() - Method in interface org.worldengine.world.WorldFile.World.GenerationDataOrBuilder
optional int32 seed = 1;
hasStep() - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
optional string step = 4;
hasStep() - Method in class org.worldengine.world.WorldFile.World.GenerationData
optional string step = 4;
hasStep() - Method in interface org.worldengine.world.WorldFile.World.GenerationDataOrBuilder
optional string step = 4;
hasTemperatureAlpine() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_alpine = 24;
hasTemperatureAlpine() - Method in class org.worldengine.world.WorldFile.World
optional double temperature_alpine = 24;
hasTemperatureAlpine() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double temperature_alpine = 24;
hasTemperatureBoreal() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_boreal = 25;
hasTemperatureBoreal() - Method in class org.worldengine.world.WorldFile.World
optional double temperature_boreal = 25;
hasTemperatureBoreal() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double temperature_boreal = 25;
hasTemperatureCool() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_cool = 26;
hasTemperatureCool() - Method in class org.worldengine.world.WorldFile.World
optional double temperature_cool = 26;
hasTemperatureCool() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double temperature_cool = 26;
hasTemperatureData() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix temperatureData = 22;
hasTemperatureData() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrix temperatureData = 22;
hasTemperatureData() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrix temperatureData = 22;
hasTemperaturePolar() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_polar = 23;
hasTemperaturePolar() - Method in class org.worldengine.world.WorldFile.World
optional double temperature_polar = 23;
hasTemperaturePolar() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double temperature_polar = 23;
hasTemperatureSubtropical() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_subtropical = 28;
hasTemperatureSubtropical() - Method in class org.worldengine.world.WorldFile.World
optional double temperature_subtropical = 28;
hasTemperatureSubtropical() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double temperature_subtropical = 28;
hasTemperatureWarm() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_warm = 27;
hasTemperatureWarm() - Method in class org.worldengine.world.WorldFile.World
optional double temperature_warm = 27;
hasTemperatureWarm() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double temperature_warm = 27;
hasValue() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile.Builder
required double value = 2;
hasValue() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile
required double value = 2;
hasValue() - Method in interface org.worldengine.world.WorldFile.World.DoubleQuantileOrBuilder
required double value = 2;
hasWatermapCreek() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double watermap_creek = 16;
hasWatermapCreek() - Method in class org.worldengine.world.WorldFile.World
optional double watermap_creek = 16;
hasWatermapCreek() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double watermap_creek = 16;
hasWatermapData() - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix watermapData = 15;
hasWatermapData() - Method in class org.worldengine.world.WorldFile.World
optional .World.World.DoubleMatrix watermapData = 15;
hasWatermapData() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional .World.World.DoubleMatrix watermapData = 15;
hasWatermapMainriver() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double watermap_mainriver = 18;
hasWatermapMainriver() - Method in class org.worldengine.world.WorldFile.World
optional double watermap_mainriver = 18;
hasWatermapMainriver() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double watermap_mainriver = 18;
hasWatermapRiver() - Method in class org.worldengine.world.WorldFile.World.Builder
optional double watermap_river = 17;
hasWatermapRiver() - Method in class org.worldengine.world.WorldFile.World
optional double watermap_river = 17;
hasWatermapRiver() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
optional double watermap_river = 17;
hasWidth() - Method in class org.worldengine.world.WorldFile.World.Builder
required int32 width = 2;
hasWidth() - Method in class org.worldengine.world.WorldFile.World
required int32 width = 2;
hasWidth() - Method in interface org.worldengine.world.WorldFile.WorldOrBuilder
required int32 width = 2;
HEIGHT_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
HEIGHTMAPDATA_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
HEIGHTMAPTH_HILL_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
HEIGHTMAPTH_PLAIN_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
HEIGHTMAPTH_SEA_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
HUMIDITY_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 

I

internalGetFieldAccessorTable() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
 
internalGetFieldAccessorTable() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
internalGetFieldAccessorTable() - Method in class org.worldengine.world.WorldFile.World.BooleanRow.Builder
 
internalGetFieldAccessorTable() - Method in class org.worldengine.world.WorldFile.World.BooleanRow
 
internalGetFieldAccessorTable() - Method in class org.worldengine.world.WorldFile.World.Builder
 
internalGetFieldAccessorTable() - Method in class org.worldengine.world.WorldFile.World.ByteRow.Builder
 
internalGetFieldAccessorTable() - Method in class org.worldengine.world.WorldFile.World.ByteRow
 
internalGetFieldAccessorTable() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
 
internalGetFieldAccessorTable() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
internalGetFieldAccessorTable() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
 
internalGetFieldAccessorTable() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
internalGetFieldAccessorTable() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile.Builder
 
internalGetFieldAccessorTable() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
internalGetFieldAccessorTable() - Method in class org.worldengine.world.WorldFile.World.DoubleRow.Builder
 
internalGetFieldAccessorTable() - Method in class org.worldengine.world.WorldFile.World.DoubleRow
 
internalGetFieldAccessorTable() - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
 
internalGetFieldAccessorTable() - Method in class org.worldengine.world.WorldFile.World.GenerationData
 
internalGetFieldAccessorTable() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
 
internalGetFieldAccessorTable() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
internalGetFieldAccessorTable() - Method in class org.worldengine.world.WorldFile.World.IntegerRow.Builder
 
internalGetFieldAccessorTable() - Method in class org.worldengine.world.WorldFile.World.IntegerRow
 
internalGetFieldAccessorTable() - Method in class org.worldengine.world.WorldFile.World
 
IRRIGATION_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
isInitialized() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
 
isInitialized() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
isInitialized() - Method in class org.worldengine.world.WorldFile.World.BooleanRow.Builder
 
isInitialized() - Method in class org.worldengine.world.WorldFile.World.BooleanRow
 
isInitialized() - Method in class org.worldengine.world.WorldFile.World.Builder
 
isInitialized() - Method in class org.worldengine.world.WorldFile.World.ByteRow.Builder
 
isInitialized() - Method in class org.worldengine.world.WorldFile.World.ByteRow
 
isInitialized() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
 
isInitialized() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
isInitialized() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
 
isInitialized() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
isInitialized() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile.Builder
 
isInitialized() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
isInitialized() - Method in class org.worldengine.world.WorldFile.World.DoubleRow.Builder
 
isInitialized() - Method in class org.worldengine.world.WorldFile.World.DoubleRow
 
isInitialized() - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
 
isInitialized() - Method in class org.worldengine.world.WorldFile.World.GenerationData
 
isInitialized() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
 
isInitialized() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
isInitialized() - Method in class org.worldengine.world.WorldFile.World.IntegerRow.Builder
 
isInitialized() - Method in class org.worldengine.world.WorldFile.World.IntegerRow
 
isInitialized() - Method in class org.worldengine.world.WorldFile.World
 

K

KEY_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World.DoubleQuantile
 

L

LAKEMAP_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 

M

mergeBiome(WorldFile.World.IntegerMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.IntegerMatrix biome = 9;
mergeFrom(Message) - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
 
mergeFrom(WorldFile.World.BooleanMatrix) - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
 
mergeFrom(Message) - Method in class org.worldengine.world.WorldFile.World.BooleanRow.Builder
 
mergeFrom(WorldFile.World.BooleanRow) - Method in class org.worldengine.world.WorldFile.World.BooleanRow.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.worldengine.world.WorldFile.World.BooleanRow.Builder
 
mergeFrom(Message) - Method in class org.worldengine.world.WorldFile.World.Builder
 
mergeFrom(WorldFile.World) - Method in class org.worldengine.world.WorldFile.World.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.worldengine.world.WorldFile.World.Builder
 
mergeFrom(Message) - Method in class org.worldengine.world.WorldFile.World.ByteRow.Builder
 
mergeFrom(WorldFile.World.ByteRow) - Method in class org.worldengine.world.WorldFile.World.ByteRow.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.worldengine.world.WorldFile.World.ByteRow.Builder
 
mergeFrom(Message) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
 
mergeFrom(WorldFile.World.DoubleMatrix) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
 
mergeFrom(Message) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
 
mergeFrom(WorldFile.World.DoubleMatrixWithQuantiles) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
 
mergeFrom(Message) - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile.Builder
 
mergeFrom(WorldFile.World.DoubleQuantile) - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile.Builder
 
mergeFrom(Message) - Method in class org.worldengine.world.WorldFile.World.DoubleRow.Builder
 
mergeFrom(WorldFile.World.DoubleRow) - Method in class org.worldengine.world.WorldFile.World.DoubleRow.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.worldengine.world.WorldFile.World.DoubleRow.Builder
 
mergeFrom(Message) - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
 
mergeFrom(WorldFile.World.GenerationData) - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
 
mergeFrom(Message) - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
 
mergeFrom(WorldFile.World.IntegerMatrix) - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
 
mergeFrom(Message) - Method in class org.worldengine.world.WorldFile.World.IntegerRow.Builder
 
mergeFrom(WorldFile.World.IntegerRow) - Method in class org.worldengine.world.WorldFile.World.IntegerRow.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.worldengine.world.WorldFile.World.IntegerRow.Builder
 
mergeGenerationData(WorldFile.World.GenerationData) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.GenerationData generationData = 31;
mergeHeightMapData(WorldFile.World.DoubleMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.DoubleMatrix heightMapData = 4;
mergeHumidity(WorldFile.World.DoubleMatrixWithQuantiles) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrixWithQuantiles humidity = 10;
mergeIrrigation(WorldFile.World.DoubleMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix irrigation = 11;
mergeLakemap(WorldFile.World.DoubleMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix lakemap = 32;
mergeOcean(WorldFile.World.BooleanMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.BooleanMatrix ocean = 8;
mergePermeabilityData(WorldFile.World.DoubleMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix permeabilityData = 12;
mergePlates(WorldFile.World.IntegerMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.IntegerMatrix plates = 30;
mergePrecipitationData(WorldFile.World.DoubleMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix precipitationData = 19;
mergeRivermap(WorldFile.World.DoubleMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix rivermap = 33;
mergeSeaDepth(WorldFile.World.DoubleMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.DoubleMatrix sea_depth = 29;
mergeTemperatureData(WorldFile.World.DoubleMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix temperatureData = 22;
mergeWatermapData(WorldFile.World.DoubleMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix watermapData = 15;

N

N_PLATES_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World.GenerationData
 
NAME_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
newBuilder() - Static method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
newBuilder(WorldFile.World.BooleanMatrix) - Static method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
newBuilder() - Static method in class org.worldengine.world.WorldFile.World.BooleanRow
 
newBuilder(WorldFile.World.BooleanRow) - Static method in class org.worldengine.world.WorldFile.World.BooleanRow
 
newBuilder() - Static method in class org.worldengine.world.WorldFile.World.ByteRow
 
newBuilder(WorldFile.World.ByteRow) - Static method in class org.worldengine.world.WorldFile.World.ByteRow
 
newBuilder() - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
newBuilder(WorldFile.World.DoubleMatrix) - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
newBuilder() - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
newBuilder(WorldFile.World.DoubleMatrixWithQuantiles) - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
newBuilder() - Static method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
newBuilder(WorldFile.World.DoubleQuantile) - Static method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
newBuilder() - Static method in class org.worldengine.world.WorldFile.World.DoubleRow
 
newBuilder(WorldFile.World.DoubleRow) - Static method in class org.worldengine.world.WorldFile.World.DoubleRow
 
newBuilder() - Static method in class org.worldengine.world.WorldFile.World.GenerationData
 
newBuilder(WorldFile.World.GenerationData) - Static method in class org.worldengine.world.WorldFile.World.GenerationData
 
newBuilder() - Static method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
newBuilder(WorldFile.World.IntegerMatrix) - Static method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
newBuilder() - Static method in class org.worldengine.world.WorldFile.World.IntegerRow
 
newBuilder(WorldFile.World.IntegerRow) - Static method in class org.worldengine.world.WorldFile.World.IntegerRow
 
newBuilder() - Static method in class org.worldengine.world.WorldFile.World
 
newBuilder(WorldFile.World) - Static method in class org.worldengine.world.WorldFile.World
 
newBuilderForType() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
newBuilderForType() - Method in class org.worldengine.world.WorldFile.World.BooleanRow
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.worldengine.world.WorldFile.World.BooleanRow
 
newBuilderForType() - Method in class org.worldengine.world.WorldFile.World.ByteRow
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.worldengine.world.WorldFile.World.ByteRow
 
newBuilderForType() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
newBuilderForType() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
newBuilderForType() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
newBuilderForType() - Method in class org.worldengine.world.WorldFile.World.DoubleRow
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.worldengine.world.WorldFile.World.DoubleRow
 
newBuilderForType() - Method in class org.worldengine.world.WorldFile.World.GenerationData
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.worldengine.world.WorldFile.World.GenerationData
 
newBuilderForType() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
newBuilderForType() - Method in class org.worldengine.world.WorldFile.World.IntegerRow
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.worldengine.world.WorldFile.World.IntegerRow
 
newBuilderForType() - Method in class org.worldengine.world.WorldFile.World
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.worldengine.world.WorldFile.World
 

O

OCEAN_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
OCEAN_LEVEL_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World.GenerationData
 
org.worldengine.world - package org.worldengine.world
 

P

parseDelimitedFrom(InputStream) - Static method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
parseDelimitedFrom(InputStream) - Static method in class org.worldengine.world.WorldFile.World.BooleanRow
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.BooleanRow
 
parseDelimitedFrom(InputStream) - Static method in class org.worldengine.world.WorldFile.World.ByteRow
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.ByteRow
 
parseDelimitedFrom(InputStream) - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
parseDelimitedFrom(InputStream) - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
parseDelimitedFrom(InputStream) - Static method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
parseDelimitedFrom(InputStream) - Static method in class org.worldengine.world.WorldFile.World.DoubleRow
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.DoubleRow
 
parseDelimitedFrom(InputStream) - Static method in class org.worldengine.world.WorldFile.World.GenerationData
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.GenerationData
 
parseDelimitedFrom(InputStream) - Static method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
parseDelimitedFrom(InputStream) - Static method in class org.worldengine.world.WorldFile.World.IntegerRow
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.IntegerRow
 
parseDelimitedFrom(InputStream) - Static method in class org.worldengine.world.WorldFile.World
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World
 
parseFrom(ByteString) - Static method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
parseFrom(byte[]) - Static method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
parseFrom(InputStream) - Static method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
parseFrom(CodedInputStream) - Static method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
parseFrom(ByteString) - Static method in class org.worldengine.world.WorldFile.World.BooleanRow
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.BooleanRow
 
parseFrom(byte[]) - Static method in class org.worldengine.world.WorldFile.World.BooleanRow
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.BooleanRow
 
parseFrom(InputStream) - Static method in class org.worldengine.world.WorldFile.World.BooleanRow
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.BooleanRow
 
parseFrom(CodedInputStream) - Static method in class org.worldengine.world.WorldFile.World.BooleanRow
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.BooleanRow
 
parseFrom(ByteString) - Static method in class org.worldengine.world.WorldFile.World.ByteRow
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.ByteRow
 
parseFrom(byte[]) - Static method in class org.worldengine.world.WorldFile.World.ByteRow
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.ByteRow
 
parseFrom(InputStream) - Static method in class org.worldengine.world.WorldFile.World.ByteRow
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.ByteRow
 
parseFrom(CodedInputStream) - Static method in class org.worldengine.world.WorldFile.World.ByteRow
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.ByteRow
 
parseFrom(ByteString) - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
parseFrom(byte[]) - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
parseFrom(InputStream) - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
parseFrom(CodedInputStream) - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
parseFrom(ByteString) - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
parseFrom(byte[]) - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
parseFrom(InputStream) - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
parseFrom(CodedInputStream) - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
parseFrom(ByteString) - Static method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
parseFrom(byte[]) - Static method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
parseFrom(InputStream) - Static method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
parseFrom(CodedInputStream) - Static method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
parseFrom(ByteString) - Static method in class org.worldengine.world.WorldFile.World.DoubleRow
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.DoubleRow
 
parseFrom(byte[]) - Static method in class org.worldengine.world.WorldFile.World.DoubleRow
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.DoubleRow
 
parseFrom(InputStream) - Static method in class org.worldengine.world.WorldFile.World.DoubleRow
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.DoubleRow
 
parseFrom(CodedInputStream) - Static method in class org.worldengine.world.WorldFile.World.DoubleRow
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.DoubleRow
 
parseFrom(ByteString) - Static method in class org.worldengine.world.WorldFile.World.GenerationData
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.GenerationData
 
parseFrom(byte[]) - Static method in class org.worldengine.world.WorldFile.World.GenerationData
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.GenerationData
 
parseFrom(InputStream) - Static method in class org.worldengine.world.WorldFile.World.GenerationData
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.GenerationData
 
parseFrom(CodedInputStream) - Static method in class org.worldengine.world.WorldFile.World.GenerationData
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.GenerationData
 
parseFrom(ByteString) - Static method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
parseFrom(byte[]) - Static method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
parseFrom(InputStream) - Static method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
parseFrom(CodedInputStream) - Static method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
parseFrom(ByteString) - Static method in class org.worldengine.world.WorldFile.World.IntegerRow
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.IntegerRow
 
parseFrom(byte[]) - Static method in class org.worldengine.world.WorldFile.World.IntegerRow
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.IntegerRow
 
parseFrom(InputStream) - Static method in class org.worldengine.world.WorldFile.World.IntegerRow
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.IntegerRow
 
parseFrom(CodedInputStream) - Static method in class org.worldengine.world.WorldFile.World.IntegerRow
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World.IntegerRow
 
parseFrom(ByteString) - Static method in class org.worldengine.world.WorldFile.World
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World
 
parseFrom(byte[]) - Static method in class org.worldengine.world.WorldFile.World
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World
 
parseFrom(InputStream) - Static method in class org.worldengine.world.WorldFile.World
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World
 
parseFrom(CodedInputStream) - Static method in class org.worldengine.world.WorldFile.World
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.worldengine.world.WorldFile.World
 
PARSER - Static variable in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
PARSER - Static variable in class org.worldengine.world.WorldFile.World.BooleanRow
 
PARSER - Static variable in class org.worldengine.world.WorldFile.World.ByteRow
 
PARSER - Static variable in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
PARSER - Static variable in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
PARSER - Static variable in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
PARSER - Static variable in class org.worldengine.world.WorldFile.World.DoubleRow
 
PARSER - Static variable in class org.worldengine.world.WorldFile.World.GenerationData
 
PARSER - Static variable in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
PARSER - Static variable in class org.worldengine.world.WorldFile.World.IntegerRow
 
PARSER - Static variable in class org.worldengine.world.WorldFile.World
 
PERMEABILITY_LOW_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
PERMEABILITY_MED_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
PERMEABILITYDATA_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
PLATES_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
PRECIPITATION_LOW_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
PRECIPITATION_MED_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
PRECIPITATIONDATA_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 

Q

QUANTILES_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 

R

registerAllExtensions(ExtensionRegistry) - Static method in class org.worldengine.world.WorldFile
 
removeQuantiles(int) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleQuantile quantiles = 1;
removeRows(int) - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
repeated .World.World.BooleanRow rows = 1;
removeRows(int) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
repeated .World.World.DoubleRow rows = 1;
removeRows(int) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleRow rows = 2;
removeRows(int) - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
repeated .World.World.IntegerRow rows = 1;
RIVERMAP_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
ROWS_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
ROWS_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
ROWS_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
ROWS_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World.IntegerMatrix
 

S

SEA_DEPTH_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
SEED_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World.GenerationData
 
setBiome(WorldFile.World.IntegerMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.IntegerMatrix biome = 9;
setBiome(WorldFile.World.IntegerMatrix.Builder) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.IntegerMatrix biome = 9;
setCells(int, boolean) - Method in class org.worldengine.world.WorldFile.World.BooleanRow.Builder
repeated bool cells = 1;
setCells(int, int) - Method in class org.worldengine.world.WorldFile.World.ByteRow.Builder
repeated int32 cells = 1;
setCells(int, double) - Method in class org.worldengine.world.WorldFile.World.DoubleRow.Builder
repeated double cells = 1;
setCells(int, int) - Method in class org.worldengine.world.WorldFile.World.IntegerRow.Builder
repeated int32 cells = 1;
setGenerationData(WorldFile.World.GenerationData) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.GenerationData generationData = 31;
setGenerationData(WorldFile.World.GenerationData.Builder) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.GenerationData generationData = 31;
setHeight(int) - Method in class org.worldengine.world.WorldFile.World.Builder
required int32 height = 3;
setHeightMapData(WorldFile.World.DoubleMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.DoubleMatrix heightMapData = 4;
setHeightMapData(WorldFile.World.DoubleMatrix.Builder) - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.DoubleMatrix heightMapData = 4;
setHeightMapThHill(double) - Method in class org.worldengine.world.WorldFile.World.Builder
required double heightMapTh_hill = 7;
setHeightMapThPlain(double) - Method in class org.worldengine.world.WorldFile.World.Builder
required double heightMapTh_plain = 6;
setHeightMapThSea(double) - Method in class org.worldengine.world.WorldFile.World.Builder
required double heightMapTh_sea = 5;
setHumidity(WorldFile.World.DoubleMatrixWithQuantiles) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrixWithQuantiles humidity = 10;
setHumidity(WorldFile.World.DoubleMatrixWithQuantiles.Builder) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrixWithQuantiles humidity = 10;
setIrrigation(WorldFile.World.DoubleMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix irrigation = 11;
setIrrigation(WorldFile.World.DoubleMatrix.Builder) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix irrigation = 11;
setKey(int) - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile.Builder
required int32 key = 1;
setLakemap(WorldFile.World.DoubleMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix lakemap = 32;
setLakemap(WorldFile.World.DoubleMatrix.Builder) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix lakemap = 32;
setName(String) - Method in class org.worldengine.world.WorldFile.World.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.worldengine.world.WorldFile.World.Builder
required string name = 1;
setNPlates(int) - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
optional int32 n_plates = 2;
setOcean(WorldFile.World.BooleanMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.BooleanMatrix ocean = 8;
setOcean(WorldFile.World.BooleanMatrix.Builder) - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.BooleanMatrix ocean = 8;
setOceanLevel(float) - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
optional float ocean_level = 3;
setPermeabilityData(WorldFile.World.DoubleMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix permeabilityData = 12;
setPermeabilityData(WorldFile.World.DoubleMatrix.Builder) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix permeabilityData = 12;
setPermeabilityLow(double) - Method in class org.worldengine.world.WorldFile.World.Builder
optional double permeability_low = 13;
setPermeabilityMed(double) - Method in class org.worldengine.world.WorldFile.World.Builder
optional double permeability_med = 14;
setPlates(WorldFile.World.IntegerMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.IntegerMatrix plates = 30;
setPlates(WorldFile.World.IntegerMatrix.Builder) - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.IntegerMatrix plates = 30;
setPrecipitationData(WorldFile.World.DoubleMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix precipitationData = 19;
setPrecipitationData(WorldFile.World.DoubleMatrix.Builder) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix precipitationData = 19;
setPrecipitationLow(double) - Method in class org.worldengine.world.WorldFile.World.Builder
optional double precipitation_low = 20;
setPrecipitationMed(double) - Method in class org.worldengine.world.WorldFile.World.Builder
optional double precipitation_med = 21;
setQuantiles(int, WorldFile.World.DoubleQuantile) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleQuantile quantiles = 1;
setQuantiles(int, WorldFile.World.DoubleQuantile.Builder) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleQuantile quantiles = 1;
setRivermap(WorldFile.World.DoubleMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix rivermap = 33;
setRivermap(WorldFile.World.DoubleMatrix.Builder) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix rivermap = 33;
setRows(int, WorldFile.World.BooleanRow) - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
repeated .World.World.BooleanRow rows = 1;
setRows(int, WorldFile.World.BooleanRow.Builder) - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix.Builder
repeated .World.World.BooleanRow rows = 1;
setRows(int, WorldFile.World.DoubleRow) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
repeated .World.World.DoubleRow rows = 1;
setRows(int, WorldFile.World.DoubleRow.Builder) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix.Builder
repeated .World.World.DoubleRow rows = 1;
setRows(int, WorldFile.World.DoubleRow) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleRow rows = 2;
setRows(int, WorldFile.World.DoubleRow.Builder) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles.Builder
repeated .World.World.DoubleRow rows = 2;
setRows(int, WorldFile.World.IntegerRow) - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
repeated .World.World.IntegerRow rows = 1;
setRows(int, WorldFile.World.IntegerRow.Builder) - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix.Builder
repeated .World.World.IntegerRow rows = 1;
setSeaDepth(WorldFile.World.DoubleMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.DoubleMatrix sea_depth = 29;
setSeaDepth(WorldFile.World.DoubleMatrix.Builder) - Method in class org.worldengine.world.WorldFile.World.Builder
required .World.World.DoubleMatrix sea_depth = 29;
setSeed(int) - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
optional int32 seed = 1;
setStep(String) - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
optional string step = 4;
setStepBytes(ByteString) - Method in class org.worldengine.world.WorldFile.World.GenerationData.Builder
optional string step = 4;
setTemperatureAlpine(double) - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_alpine = 24;
setTemperatureBoreal(double) - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_boreal = 25;
setTemperatureCool(double) - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_cool = 26;
setTemperatureData(WorldFile.World.DoubleMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix temperatureData = 22;
setTemperatureData(WorldFile.World.DoubleMatrix.Builder) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix temperatureData = 22;
setTemperaturePolar(double) - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_polar = 23;
setTemperatureSubtropical(double) - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_subtropical = 28;
setTemperatureWarm(double) - Method in class org.worldengine.world.WorldFile.World.Builder
optional double temperature_warm = 27;
setValue(double) - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile.Builder
required double value = 2;
setWatermapCreek(double) - Method in class org.worldengine.world.WorldFile.World.Builder
optional double watermap_creek = 16;
setWatermapData(WorldFile.World.DoubleMatrix) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix watermapData = 15;
setWatermapData(WorldFile.World.DoubleMatrix.Builder) - Method in class org.worldengine.world.WorldFile.World.Builder
optional .World.World.DoubleMatrix watermapData = 15;
setWatermapMainriver(double) - Method in class org.worldengine.world.WorldFile.World.Builder
optional double watermap_mainriver = 18;
setWatermapRiver(double) - Method in class org.worldengine.world.WorldFile.World.Builder
optional double watermap_river = 17;
setWidth(int) - Method in class org.worldengine.world.WorldFile.World.Builder
required int32 width = 2;
STEP_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World.GenerationData
 

T

TEMPERATURE_ALPINE_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
TEMPERATURE_BOREAL_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
TEMPERATURE_COOL_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
TEMPERATURE_POLAR_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
TEMPERATURE_SUBTROPICAL_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
TEMPERATURE_WARM_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
TEMPERATUREDATA_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
toBuilder() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
toBuilder() - Method in class org.worldengine.world.WorldFile.World.BooleanRow
 
toBuilder() - Method in class org.worldengine.world.WorldFile.World.ByteRow
 
toBuilder() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
toBuilder() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
toBuilder() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
toBuilder() - Method in class org.worldengine.world.WorldFile.World.DoubleRow
 
toBuilder() - Method in class org.worldengine.world.WorldFile.World.GenerationData
 
toBuilder() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
toBuilder() - Method in class org.worldengine.world.WorldFile.World.IntegerRow
 
toBuilder() - Method in class org.worldengine.world.WorldFile.World
 

V

VALUE_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World.DoubleQuantile
 

W

WATERMAP_CREEK_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
WATERMAP_MAINRIVER_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
WATERMAP_RIVER_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
WATERMAPDATA_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
WIDTH_FIELD_NUMBER - Static variable in class org.worldengine.world.WorldFile.World
 
WorldFile - Class in org.worldengine.world
 
WorldFile.World - Class in org.worldengine.world
Protobuf type World.World
WorldFile.World.BooleanMatrix - Class in org.worldengine.world
Protobuf type World.World.BooleanMatrix
WorldFile.World.BooleanMatrix.Builder - Class in org.worldengine.world
Protobuf type World.World.BooleanMatrix
WorldFile.World.BooleanMatrixOrBuilder - Interface in org.worldengine.world
 
WorldFile.World.BooleanRow - Class in org.worldengine.world
Protobuf type World.World.BooleanRow
WorldFile.World.BooleanRow.Builder - Class in org.worldengine.world
Protobuf type World.World.BooleanRow
WorldFile.World.BooleanRowOrBuilder - Interface in org.worldengine.world
 
WorldFile.World.Builder - Class in org.worldengine.world
Protobuf type World.World
WorldFile.World.ByteRow - Class in org.worldengine.world
Protobuf type World.World.ByteRow
WorldFile.World.ByteRow.Builder - Class in org.worldengine.world
Protobuf type World.World.ByteRow
WorldFile.World.ByteRowOrBuilder - Interface in org.worldengine.world
 
WorldFile.World.DoubleMatrix - Class in org.worldengine.world
Protobuf type World.World.DoubleMatrix
WorldFile.World.DoubleMatrix.Builder - Class in org.worldengine.world
Protobuf type World.World.DoubleMatrix
WorldFile.World.DoubleMatrixOrBuilder - Interface in org.worldengine.world
 
WorldFile.World.DoubleMatrixWithQuantiles - Class in org.worldengine.world
Protobuf type World.World.DoubleMatrixWithQuantiles
WorldFile.World.DoubleMatrixWithQuantiles.Builder - Class in org.worldengine.world
Protobuf type World.World.DoubleMatrixWithQuantiles
WorldFile.World.DoubleMatrixWithQuantilesOrBuilder - Interface in org.worldengine.world
 
WorldFile.World.DoubleQuantile - Class in org.worldengine.world
Protobuf type World.World.DoubleQuantile
WorldFile.World.DoubleQuantile.Builder - Class in org.worldengine.world
Protobuf type World.World.DoubleQuantile
WorldFile.World.DoubleQuantileOrBuilder - Interface in org.worldengine.world
 
WorldFile.World.DoubleRow - Class in org.worldengine.world
Protobuf type World.World.DoubleRow
WorldFile.World.DoubleRow.Builder - Class in org.worldengine.world
Protobuf type World.World.DoubleRow
WorldFile.World.DoubleRowOrBuilder - Interface in org.worldengine.world
 
WorldFile.World.GenerationData - Class in org.worldengine.world
Protobuf type World.World.GenerationData
WorldFile.World.GenerationData.Builder - Class in org.worldengine.world
Protobuf type World.World.GenerationData
WorldFile.World.GenerationDataOrBuilder - Interface in org.worldengine.world
 
WorldFile.World.IntegerMatrix - Class in org.worldengine.world
Protobuf type World.World.IntegerMatrix
WorldFile.World.IntegerMatrix.Builder - Class in org.worldengine.world
Protobuf type World.World.IntegerMatrix
WorldFile.World.IntegerMatrixOrBuilder - Interface in org.worldengine.world
 
WorldFile.World.IntegerRow - Class in org.worldengine.world
Protobuf type World.World.IntegerRow
WorldFile.World.IntegerRow.Builder - Class in org.worldengine.world
Protobuf type World.World.IntegerRow
WorldFile.World.IntegerRowOrBuilder - Interface in org.worldengine.world
 
WorldFile.WorldOrBuilder - Interface in org.worldengine.world
 
WorldFileLoader - Class in org.worldengine.world
 
writeReplace() - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
writeReplace() - Method in class org.worldengine.world.WorldFile.World.BooleanRow
 
writeReplace() - Method in class org.worldengine.world.WorldFile.World.ByteRow
 
writeReplace() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
writeReplace() - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
writeReplace() - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
writeReplace() - Method in class org.worldengine.world.WorldFile.World.DoubleRow
 
writeReplace() - Method in class org.worldengine.world.WorldFile.World.GenerationData
 
writeReplace() - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
writeReplace() - Method in class org.worldengine.world.WorldFile.World.IntegerRow
 
writeReplace() - Method in class org.worldengine.world.WorldFile.World
 
writeTo(CodedOutputStream) - Method in class org.worldengine.world.WorldFile.World.BooleanMatrix
 
writeTo(CodedOutputStream) - Method in class org.worldengine.world.WorldFile.World.BooleanRow
 
writeTo(CodedOutputStream) - Method in class org.worldengine.world.WorldFile.World.ByteRow
 
writeTo(CodedOutputStream) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrix
 
writeTo(CodedOutputStream) - Method in class org.worldengine.world.WorldFile.World.DoubleMatrixWithQuantiles
 
writeTo(CodedOutputStream) - Method in class org.worldengine.world.WorldFile.World.DoubleQuantile
 
writeTo(CodedOutputStream) - Method in class org.worldengine.world.WorldFile.World.DoubleRow
 
writeTo(CodedOutputStream) - Method in class org.worldengine.world.WorldFile.World.GenerationData
 
writeTo(CodedOutputStream) - Method in class org.worldengine.world.WorldFile.World.IntegerMatrix
 
writeTo(CodedOutputStream) - Method in class org.worldengine.world.WorldFile.World.IntegerRow
 
writeTo(CodedOutputStream) - Method in class org.worldengine.world.WorldFile.World
 
A B C F G H I K L M N O P Q R S T V W 
Skip navigation links

Copyright © 2015. All Rights Reserved.