Package emu.grasscutter.net.proto
Interface ExpeditionActivityDetailInfoOuterClass.ExpeditionActivityDetailInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExpeditionActivityDetailInfoOuterClass.ExpeditionActivityDetailInfo,ExpeditionActivityDetailInfoOuterClass.ExpeditionActivityDetailInfo.Builder
- Enclosing class:
- ExpeditionActivityDetailInfoOuterClass
public static interface ExpeditionActivityDetailInfoOuterClass.ExpeditionActivityDetailInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 BBFNGINCJBB = 14;getChallengeInfoList(int index) repeated .ExpeditionChallengeInfo challenge_info_list = 5;intrepeated .ExpeditionChallengeInfo challenge_info_list = 5;repeated .ExpeditionChallengeInfo challenge_info_list = 5;getChallengeInfoListOrBuilder(int index) repeated .ExpeditionChallengeInfo challenge_info_list = 5;repeated .ExpeditionChallengeInfo challenge_info_list = 5;intuint32 content_close_time = 7;booleanbool is_content_closed = 13;intuint32 LCEFDDNGDIP = 1;getPathInfoList(int index) repeated .ExpeditionPathInfo path_info_list = 6;intrepeated .ExpeditionPathInfo path_info_list = 6;repeated .ExpeditionPathInfo path_info_list = 6;getPathInfoListOrBuilder(int index) repeated .ExpeditionPathInfo path_info_list = 6;repeated .ExpeditionPathInfo path_info_list = 6;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
-
getChallengeInfoListList
List<ExpeditionChallengeInfoOuterClass.ExpeditionChallengeInfo> getChallengeInfoListList()repeated .ExpeditionChallengeInfo challenge_info_list = 5; -
getChallengeInfoList
repeated .ExpeditionChallengeInfo challenge_info_list = 5; -
getChallengeInfoListCount
int getChallengeInfoListCount()repeated .ExpeditionChallengeInfo challenge_info_list = 5; -
getChallengeInfoListOrBuilderList
List<? extends ExpeditionChallengeInfoOuterClass.ExpeditionChallengeInfoOrBuilder> getChallengeInfoListOrBuilderList()repeated .ExpeditionChallengeInfo challenge_info_list = 5; -
getChallengeInfoListOrBuilder
ExpeditionChallengeInfoOuterClass.ExpeditionChallengeInfoOrBuilder getChallengeInfoListOrBuilder(int index) repeated .ExpeditionChallengeInfo challenge_info_list = 5; -
getBBFNGINCJBB
int getBBFNGINCJBB()uint32 BBFNGINCJBB = 14;- Returns:
- The bBFNGINCJBB.
-
getPathInfoListList
List<ExpeditionPathInfoOuterClass.ExpeditionPathInfo> getPathInfoListList()repeated .ExpeditionPathInfo path_info_list = 6; -
getPathInfoList
repeated .ExpeditionPathInfo path_info_list = 6; -
getPathInfoListCount
int getPathInfoListCount()repeated .ExpeditionPathInfo path_info_list = 6; -
getPathInfoListOrBuilderList
List<? extends ExpeditionPathInfoOuterClass.ExpeditionPathInfoOrBuilder> getPathInfoListOrBuilderList()repeated .ExpeditionPathInfo path_info_list = 6; -
getPathInfoListOrBuilder
repeated .ExpeditionPathInfo path_info_list = 6; -
getContentCloseTime
int getContentCloseTime()uint32 content_close_time = 7;- Returns:
- The contentCloseTime.
-
getIsContentClosed
boolean getIsContentClosed()bool is_content_closed = 13;- Returns:
- The isContentClosed.
-
getLCEFDDNGDIP
int getLCEFDDNGDIP()uint32 LCEFDDNGDIP = 1;- Returns:
- The lCEFDDNGDIP.
-