Package emu.grasscutter.net.proto
Interface AssociateInferenceWordRspOuterClass.AssociateInferenceWordRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssociateInferenceWordRspOuterClass.AssociateInferenceWordRsp,AssociateInferenceWordRspOuterClass.AssociateInferenceWordRsp.Builder
- Enclosing class:
- AssociateInferenceWordRspOuterClass
public static interface AssociateInferenceWordRspOuterClass.AssociateInferenceWordRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 page_id = 6;intint32 retcode = 4;intuint32 Unk3300_EPMGHELECNH = 9;intuint32 Unk3300_FDGLBLJOKOK = 8;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
-
getRetcode
int getRetcode()int32 retcode = 4;- Returns:
- The retcode.
-
getUnk3300FDGLBLJOKOK
int getUnk3300FDGLBLJOKOK()uint32 Unk3300_FDGLBLJOKOK = 8;- Returns:
- The unk3300FDGLBLJOKOK.
-
getUnk3300EPMGHELECNH
int getUnk3300EPMGHELECNH()uint32 Unk3300_EPMGHELECNH = 9;- Returns:
- The unk3300EPMGHELECNH.
-
getPageId
int getPageId()uint32 page_id = 6;- Returns:
- The pageId.
-