public static interface WorldFile.World.GenerationDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getNPlates()
optional int32 n_plates = 2; |
float |
getOceanLevel()
optional float ocean_level = 3; |
int |
getSeed()
optional int32 seed = 1; |
String |
getStep()
optional string step = 4; |
com.google.protobuf.ByteString |
getStepBytes()
optional string step = 4; |
boolean |
hasNPlates()
optional int32 n_plates = 2; |
boolean |
hasOceanLevel()
optional float ocean_level = 3; |
boolean |
hasSeed()
optional int32 seed = 1; |
boolean |
hasStep()
optional string step = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSeed()
optional int32 seed = 1;int getSeed()
optional int32 seed = 1;boolean hasNPlates()
optional int32 n_plates = 2;int getNPlates()
optional int32 n_plates = 2;boolean hasOceanLevel()
optional float ocean_level = 3;float getOceanLevel()
optional float ocean_level = 3;boolean hasStep()
optional string step = 4;String getStep()
optional string step = 4;com.google.protobuf.ByteString getStepBytes()
optional string step = 4;Copyright © 2015. All Rights Reserved.