Package emu.grasscutter.net.proto
Interface InferenceWordInfoOuterClass.InferenceWordInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InferenceWordInfoOuterClass.InferenceWordInfo,InferenceWordInfoOuterClass.InferenceWordInfo.Builder
- Enclosing class:
- InferenceWordInfoOuterClass
public static interface InferenceWordInfoOuterClass.InferenceWordInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_associate = 10;booleanbool is_interpret = 3;booleanbool is_submit = 12;intuint32 unlock_by_word_id = 11;intuint32 word_id = 2;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
-
getIsSubmit
boolean getIsSubmit()bool is_submit = 12;- Returns:
- The isSubmit.
-
getUnlockByWordId
int getUnlockByWordId()uint32 unlock_by_word_id = 11;- Returns:
- The unlockByWordId.
-
getIsAssociate
boolean getIsAssociate()bool is_associate = 10;- Returns:
- The isAssociate.
-
getWordId
int getWordId()uint32 word_id = 2;- Returns:
- The wordId.
-
getIsInterpret
boolean getIsInterpret()bool is_interpret = 3;- Returns:
- The isInterpret.
-