Package emu.grasscutter.net.proto
Interface AbilityArgumentOuterClass.AbilityArgumentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AbilityArgumentOuterClass.AbilityArgument,AbilityArgumentOuterClass.AbilityArgument.Builder
- Enclosing class:
- AbilityArgumentOuterClass
public static interface AbilityArgumentOuterClass.AbilityArgumentOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionfloatfloat float_arg = 7;intuint32 int_arg = 14;string str_arg = 9;com.google.protobuf.ByteStringstring str_arg = 9;booleanfloat float_arg = 7;booleanuint32 int_arg = 14;booleanstring str_arg = 9;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
-
hasIntArg
boolean hasIntArg()uint32 int_arg = 14;- Returns:
- Whether the intArg field is set.
-
getIntArg
int getIntArg()uint32 int_arg = 14;- Returns:
- The intArg.
-
hasFloatArg
boolean hasFloatArg()float float_arg = 7;- Returns:
- Whether the floatArg field is set.
-
getFloatArg
float getFloatArg()float float_arg = 7;- Returns:
- The floatArg.
-
hasStrArg
boolean hasStrArg()string str_arg = 9;- Returns:
- Whether the strArg field is set.
-
getStrArg
String getStrArg()string str_arg = 9;- Returns:
- The strArg.
-
getStrArgBytes
com.google.protobuf.ByteString getStrArgBytes()string str_arg = 9;- Returns:
- The bytes for strArg.
-
getArgCase
AbilityArgumentOuterClass.AbilityArgument.ArgCase getArgCase()
-