Package emu.grasscutter.net.proto
Interface ParentQuestRandomInfoOuterClass.ParentQuestRandomInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ParentQuestRandomInfoOuterClass.ParentQuestRandomInfo,ParentQuestRandomInfoOuterClass.ParentQuestRandomInfo.Builder
- Enclosing class:
- ParentQuestRandomInfoOuterClass
public static interface ParentQuestRandomInfoOuterClass.ParentQuestRandomInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 entrance_id = 14;intgetFactorList(int index) repeated uint32 factor_list = 9;intrepeated uint32 factor_list = 9;repeated uint32 factor_list = 9;intuint32 template_id = 4;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
-
getFactorListList
repeated uint32 factor_list = 9;- Returns:
- A list containing the factorList.
-
getFactorListCount
int getFactorListCount()repeated uint32 factor_list = 9;- Returns:
- The count of factorList.
-
getFactorList
int getFactorList(int index) repeated uint32 factor_list = 9;- Parameters:
index- The index of the element to return.- Returns:
- The factorList at the given index.
-
getTemplateId
int getTemplateId()uint32 template_id = 4;- Returns:
- The templateId.
-
getEntranceId
int getEntranceId()uint32 entrance_id = 14;- Returns:
- The entranceId.
-