WorldFile.World.IntegerMatrix.Builder |
WorldFile.World.IntegerMatrix.Builder.addAllRows(Iterable<? extends WorldFile.World.IntegerRow> values)
repeated .World.World.IntegerRow rows = 1;
|
WorldFile.World.IntegerMatrix.Builder |
WorldFile.World.IntegerMatrix.Builder.addRows(int index,
WorldFile.World.IntegerRow.Builder builderForValue)
repeated .World.World.IntegerRow rows = 1;
|
WorldFile.World.IntegerMatrix.Builder |
WorldFile.World.IntegerMatrix.Builder.addRows(int index,
WorldFile.World.IntegerRow value)
repeated .World.World.IntegerRow rows = 1;
|
WorldFile.World.IntegerMatrix.Builder |
WorldFile.World.IntegerMatrix.Builder.addRows(WorldFile.World.IntegerRow.Builder builderForValue)
repeated .World.World.IntegerRow rows = 1;
|
WorldFile.World.IntegerMatrix.Builder |
WorldFile.World.IntegerMatrix.Builder.addRows(WorldFile.World.IntegerRow value)
repeated .World.World.IntegerRow rows = 1;
|
WorldFile.World.IntegerMatrix.Builder |
WorldFile.World.IntegerMatrix.Builder.clear() |
WorldFile.World.IntegerMatrix.Builder |
WorldFile.World.IntegerMatrix.Builder.clearRows()
repeated .World.World.IntegerRow rows = 1;
|
WorldFile.World.IntegerMatrix.Builder |
WorldFile.World.IntegerMatrix.Builder.clone() |
WorldFile.World.IntegerMatrix.Builder |
WorldFile.World.Builder.getBiomeBuilder()
optional .World.World.IntegerMatrix biome = 9;
|
WorldFile.World.IntegerMatrix.Builder |
WorldFile.World.Builder.getPlatesBuilder()
required .World.World.IntegerMatrix plates = 30;
|
WorldFile.World.IntegerMatrix.Builder |
WorldFile.World.IntegerMatrix.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WorldFile.World.IntegerMatrix.Builder |
WorldFile.World.IntegerMatrix.Builder.mergeFrom(com.google.protobuf.Message other) |
WorldFile.World.IntegerMatrix.Builder |
WorldFile.World.IntegerMatrix.Builder.mergeFrom(WorldFile.World.IntegerMatrix other) |
static WorldFile.World.IntegerMatrix.Builder |
WorldFile.World.IntegerMatrix.newBuilder() |
static WorldFile.World.IntegerMatrix.Builder |
WorldFile.World.IntegerMatrix.newBuilder(WorldFile.World.IntegerMatrix prototype) |
WorldFile.World.IntegerMatrix.Builder |
WorldFile.World.IntegerMatrix.newBuilderForType() |
protected WorldFile.World.IntegerMatrix.Builder |
WorldFile.World.IntegerMatrix.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
WorldFile.World.IntegerMatrix.Builder |
WorldFile.World.IntegerMatrix.Builder.removeRows(int index)
repeated .World.World.IntegerRow rows = 1;
|
WorldFile.World.IntegerMatrix.Builder |
WorldFile.World.IntegerMatrix.Builder.setRows(int index,
WorldFile.World.IntegerRow.Builder builderForValue)
repeated .World.World.IntegerRow rows = 1;
|
WorldFile.World.IntegerMatrix.Builder |
WorldFile.World.IntegerMatrix.Builder.setRows(int index,
WorldFile.World.IntegerRow value)
repeated .World.World.IntegerRow rows = 1;
|
WorldFile.World.IntegerMatrix.Builder |
WorldFile.World.IntegerMatrix.toBuilder() |