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 TypeMethodDescriptiongetChallengeInfoList(int index) repeated .ExpeditionChallengeInfo challenge_info_list = 15;intrepeated .ExpeditionChallengeInfo challenge_info_list = 15;repeated .ExpeditionChallengeInfo challenge_info_list = 15;getChallengeInfoListOrBuilder(int index) repeated .ExpeditionChallengeInfo challenge_info_list = 15;repeated .ExpeditionChallengeInfo challenge_info_list = 15;intuint32 content_close_time = 6;booleanbool is_content_closed = 4;getPathInfoList(int index) repeated .ExpeditionPathInfo path_info_list = 11;intrepeated .ExpeditionPathInfo path_info_list = 11;repeated .ExpeditionPathInfo path_info_list = 11;getPathInfoListOrBuilder(int index) repeated .ExpeditionPathInfo path_info_list = 11;repeated .ExpeditionPathInfo path_info_list = 11;intuint32 Unk3300_GJLCAJOFCKL = 9;intuint32 Unk3300_MNPBCNEDKAJ = 3;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
-
getUnk3300GJLCAJOFCKL
int getUnk3300GJLCAJOFCKL()uint32 Unk3300_GJLCAJOFCKL = 9;- Returns:
- The unk3300GJLCAJOFCKL.
-
getChallengeInfoListList
List<ExpeditionChallengeInfoOuterClass.ExpeditionChallengeInfo> getChallengeInfoListList()repeated .ExpeditionChallengeInfo challenge_info_list = 15; -
getChallengeInfoList
repeated .ExpeditionChallengeInfo challenge_info_list = 15; -
getChallengeInfoListCount
int getChallengeInfoListCount()repeated .ExpeditionChallengeInfo challenge_info_list = 15; -
getChallengeInfoListOrBuilderList
List<? extends ExpeditionChallengeInfoOuterClass.ExpeditionChallengeInfoOrBuilder> getChallengeInfoListOrBuilderList()repeated .ExpeditionChallengeInfo challenge_info_list = 15; -
getChallengeInfoListOrBuilder
ExpeditionChallengeInfoOuterClass.ExpeditionChallengeInfoOrBuilder getChallengeInfoListOrBuilder(int index) repeated .ExpeditionChallengeInfo challenge_info_list = 15; -
getUnk3300MNPBCNEDKAJ
int getUnk3300MNPBCNEDKAJ()uint32 Unk3300_MNPBCNEDKAJ = 3;- Returns:
- The unk3300MNPBCNEDKAJ.
-
getPathInfoListList
List<ExpeditionPathInfoOuterClass.ExpeditionPathInfo> getPathInfoListList()repeated .ExpeditionPathInfo path_info_list = 11; -
getPathInfoList
repeated .ExpeditionPathInfo path_info_list = 11; -
getPathInfoListCount
int getPathInfoListCount()repeated .ExpeditionPathInfo path_info_list = 11; -
getPathInfoListOrBuilderList
List<? extends ExpeditionPathInfoOuterClass.ExpeditionPathInfoOrBuilder> getPathInfoListOrBuilderList()repeated .ExpeditionPathInfo path_info_list = 11; -
getPathInfoListOrBuilder
repeated .ExpeditionPathInfo path_info_list = 11; -
getIsContentClosed
boolean getIsContentClosed()bool is_content_closed = 4;- Returns:
- The isContentClosed.
-
getContentCloseTime
int getContentCloseTime()uint32 content_close_time = 6;- Returns:
- The contentCloseTime.
-