Package emu.grasscutter.net.proto
Interface AbilityScalarValueEntryOuterClass.AbilityScalarValueEntryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry,AbilityScalarValueEntryOuterClass.AbilityScalarValueEntry.Builder
- Enclosing class:
- AbilityScalarValueEntryOuterClass
public static interface AbilityScalarValueEntryOuterClass.AbilityScalarValueEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionfloatfloat float_value = 3;intint32 int_value = 5;getKey().AbilityString key = 1;.AbilityString key = 1;string string_value = 4;com.google.protobuf.ByteStringstring string_value = 4;intuint32 uint_value = 6;.AbilityScalarType value_type = 2;int.AbilityScalarType value_type = 2;booleanfloat float_value = 3;booleanint32 int_value = 5;booleanhasKey().AbilityString key = 1;booleanstring string_value = 4;booleanuint32 uint_value = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasKey
boolean hasKey().AbilityString key = 1;- Returns:
- Whether the key field is set.
-
getKey
.AbilityString key = 1;- Returns:
- The key.
-
getKeyOrBuilder
AbilityStringOuterClass.AbilityStringOrBuilder getKeyOrBuilder().AbilityString key = 1; -
getValueTypeValue
int getValueTypeValue().AbilityScalarType value_type = 2;- Returns:
- The enum numeric value on the wire for valueType.
-
getValueType
AbilityScalarTypeOuterClass.AbilityScalarType getValueType().AbilityScalarType value_type = 2;- Returns:
- The valueType.
-
hasFloatValue
boolean hasFloatValue()float float_value = 3;- Returns:
- Whether the floatValue field is set.
-
getFloatValue
float getFloatValue()float float_value = 3;- Returns:
- The floatValue.
-
hasStringValue
boolean hasStringValue()string string_value = 4;- Returns:
- Whether the stringValue field is set.
-
getStringValue
String getStringValue()string string_value = 4;- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()string string_value = 4;- Returns:
- The bytes for stringValue.
-
hasIntValue
boolean hasIntValue()int32 int_value = 5;- Returns:
- Whether the intValue field is set.
-
getIntValue
int getIntValue()int32 int_value = 5;- Returns:
- The intValue.
-
hasUintValue
boolean hasUintValue()uint32 uint_value = 6;- Returns:
- Whether the uintValue field is set.
-
getUintValue
int getUintValue()uint32 uint_value = 6;- Returns:
- The uintValue.
-
getValueCase
-