Package com.soulfiremc.grpc.generated
Interface SettingEntryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SettingEntry
,SettingEntry.Builder
@Generated
public interface SettingEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBool()
.soulfire.v1.BoolSetting bool = 5;
.soulfire.v1.BoolSetting bool = 5;
getCombo()
.soulfire.v1.ComboSetting combo = 6;
.soulfire.v1.ComboSetting combo = 6;
.soulfire.v1.DoubleSetting double = 4;
.soulfire.v1.DoubleSetting double = 4;
getInt()
.soulfire.v1.IntSetting int = 3;
.soulfire.v1.IntSetting int = 3;
getKey()
Basically we only send a kv map to the server with every setting entrycom.google.protobuf.ByteString
Basically we only send a kv map to the server with every setting entry.soulfire.v1.MinMaxSetting min_max = 8;
.soulfire.v1.MinMaxSetting min_max = 8;
.soulfire.v1.StringSetting string = 2;
.soulfire.v1.StringListSetting string_list = 7;
.soulfire.v1.StringListSetting string_list = 7;
.soulfire.v1.StringSetting string = 2;
boolean
hasBool()
.soulfire.v1.BoolSetting bool = 5;
boolean
hasCombo()
.soulfire.v1.ComboSetting combo = 6;
boolean
.soulfire.v1.DoubleSetting double = 4;
boolean
hasInt()
.soulfire.v1.IntSetting int = 3;
boolean
.soulfire.v1.MinMaxSetting min_max = 8;
boolean
.soulfire.v1.StringSetting string = 2;
boolean
.soulfire.v1.StringListSetting string_list = 7;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getKey
String getKey()Basically we only send a kv map to the server with every setting entry
string key = 1;
- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()Basically we only send a kv map to the server with every setting entry
string key = 1;
- Returns:
- The bytes for key.
-
hasString
boolean hasString().soulfire.v1.StringSetting string = 2;
- Returns:
- Whether the string field is set.
-
getString
StringSetting getString().soulfire.v1.StringSetting string = 2;
- Returns:
- The string.
-
getStringOrBuilder
StringSettingOrBuilder getStringOrBuilder().soulfire.v1.StringSetting string = 2;
-
hasInt
boolean hasInt().soulfire.v1.IntSetting int = 3;
- Returns:
- Whether the int field is set.
-
getInt
IntSetting getInt().soulfire.v1.IntSetting int = 3;
- Returns:
- The int.
-
getIntOrBuilder
IntSettingOrBuilder getIntOrBuilder().soulfire.v1.IntSetting int = 3;
-
hasDouble
boolean hasDouble().soulfire.v1.DoubleSetting double = 4;
- Returns:
- Whether the double field is set.
-
getDouble
DoubleSetting getDouble().soulfire.v1.DoubleSetting double = 4;
- Returns:
- The double.
-
getDoubleOrBuilder
DoubleSettingOrBuilder getDoubleOrBuilder().soulfire.v1.DoubleSetting double = 4;
-
hasBool
boolean hasBool().soulfire.v1.BoolSetting bool = 5;
- Returns:
- Whether the bool field is set.
-
getBool
BoolSetting getBool().soulfire.v1.BoolSetting bool = 5;
- Returns:
- The bool.
-
getBoolOrBuilder
BoolSettingOrBuilder getBoolOrBuilder().soulfire.v1.BoolSetting bool = 5;
-
hasCombo
boolean hasCombo().soulfire.v1.ComboSetting combo = 6;
- Returns:
- Whether the combo field is set.
-
getCombo
ComboSetting getCombo().soulfire.v1.ComboSetting combo = 6;
- Returns:
- The combo.
-
getComboOrBuilder
ComboSettingOrBuilder getComboOrBuilder().soulfire.v1.ComboSetting combo = 6;
-
hasStringList
boolean hasStringList().soulfire.v1.StringListSetting string_list = 7;
- Returns:
- Whether the stringList field is set.
-
getStringList
StringListSetting getStringList().soulfire.v1.StringListSetting string_list = 7;
- Returns:
- The stringList.
-
getStringListOrBuilder
StringListSettingOrBuilder getStringListOrBuilder().soulfire.v1.StringListSetting string_list = 7;
-
hasMinMax
boolean hasMinMax().soulfire.v1.MinMaxSetting min_max = 8;
- Returns:
- Whether the minMax field is set.
-
getMinMax
MinMaxSetting getMinMax().soulfire.v1.MinMaxSetting min_max = 8;
- Returns:
- The minMax.
-
getMinMaxOrBuilder
MinMaxSettingOrBuilder getMinMaxOrBuilder().soulfire.v1.MinMaxSetting min_max = 8;
-
getValueCase
SettingEntry.ValueCase getValueCase()
-