Package emu.grasscutter.net.proto
Interface AbilityStringOuterClass.AbilityStringOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AbilityStringOuterClass.AbilityString,AbilityStringOuterClass.AbilityString.Builder
- Enclosing class:
- AbilityStringOuterClass
public static interface AbilityStringOuterClass.AbilityStringOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasStr
boolean hasStr()string str = 1;- Returns:
- Whether the str field is set.
-
getStr
String getStr()string str = 1;- Returns:
- The str.
-
getStrBytes
com.google.protobuf.ByteString getStrBytes()string str = 1;- Returns:
- The bytes for str.
-
hasHash
boolean hasHash()uint32 hash = 2;- Returns:
- Whether the hash field is set.
-
getHash
int getHash()uint32 hash = 2;- Returns:
- The hash.
-
getTypeCase
AbilityStringOuterClass.AbilityString.TypeCase getTypeCase()
-