Package emu.grasscutter.net.proto
Interface BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo,BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfo.Builder
- Enclosing class:
- BartenderActivityDetailInfoOuterClass
public static interface BartenderActivityDetailInfoOuterClass.BartenderActivityDetailInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetEPJAPKIPHKN(int index) repeated uint32 EPJAPKIPHKN = 9;intrepeated uint32 EPJAPKIPHKN = 9;repeated uint32 EPJAPKIPHKN = 9;booleanbool is_content_closed = 7;booleanbool is_develop_module_open = 6;intgetKELDDECINAF(int index) repeated uint32 KELDDECINAF = 5;intrepeated uint32 KELDDECINAF = 5;repeated uint32 KELDDECINAF = 5;getUnlockLevelList(int index) repeated .BartenderLevelInfo unlock_level_list = 8;intrepeated .BartenderLevelInfo unlock_level_list = 8;repeated .BartenderLevelInfo unlock_level_list = 8;getUnlockLevelListOrBuilder(int index) repeated .BartenderLevelInfo unlock_level_list = 8;repeated .BartenderLevelInfo unlock_level_list = 8;getUnlockTaskList(int index) repeated .BartenderTaskInfo unlock_task_list = 12;intrepeated .BartenderTaskInfo unlock_task_list = 12;repeated .BartenderTaskInfo unlock_task_list = 12;getUnlockTaskListOrBuilder(int index) repeated .BartenderTaskInfo unlock_task_list = 12;repeated .BartenderTaskInfo unlock_task_list = 12;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
-
getIsDevelopModuleOpen
boolean getIsDevelopModuleOpen()bool is_develop_module_open = 6;- Returns:
- The isDevelopModuleOpen.
-
getEPJAPKIPHKNList
repeated uint32 EPJAPKIPHKN = 9;- Returns:
- A list containing the ePJAPKIPHKN.
-
getEPJAPKIPHKNCount
int getEPJAPKIPHKNCount()repeated uint32 EPJAPKIPHKN = 9;- Returns:
- The count of ePJAPKIPHKN.
-
getEPJAPKIPHKN
int getEPJAPKIPHKN(int index) repeated uint32 EPJAPKIPHKN = 9;- Parameters:
index- The index of the element to return.- Returns:
- The ePJAPKIPHKN at the given index.
-
getUnlockLevelListList
List<BartenderLevelInfoOuterClass.BartenderLevelInfo> getUnlockLevelListList()repeated .BartenderLevelInfo unlock_level_list = 8; -
getUnlockLevelList
repeated .BartenderLevelInfo unlock_level_list = 8; -
getUnlockLevelListCount
int getUnlockLevelListCount()repeated .BartenderLevelInfo unlock_level_list = 8; -
getUnlockLevelListOrBuilderList
List<? extends BartenderLevelInfoOuterClass.BartenderLevelInfoOrBuilder> getUnlockLevelListOrBuilderList()repeated .BartenderLevelInfo unlock_level_list = 8; -
getUnlockLevelListOrBuilder
repeated .BartenderLevelInfo unlock_level_list = 8; -
getKELDDECINAFList
repeated uint32 KELDDECINAF = 5;- Returns:
- A list containing the kELDDECINAF.
-
getKELDDECINAFCount
int getKELDDECINAFCount()repeated uint32 KELDDECINAF = 5;- Returns:
- The count of kELDDECINAF.
-
getKELDDECINAF
int getKELDDECINAF(int index) repeated uint32 KELDDECINAF = 5;- Parameters:
index- The index of the element to return.- Returns:
- The kELDDECINAF at the given index.
-
getUnlockTaskListList
List<BartenderTaskInfoOuterClass.BartenderTaskInfo> getUnlockTaskListList()repeated .BartenderTaskInfo unlock_task_list = 12; -
getUnlockTaskList
repeated .BartenderTaskInfo unlock_task_list = 12; -
getUnlockTaskListCount
int getUnlockTaskListCount()repeated .BartenderTaskInfo unlock_task_list = 12; -
getUnlockTaskListOrBuilderList
List<? extends BartenderTaskInfoOuterClass.BartenderTaskInfoOrBuilder> getUnlockTaskListOrBuilderList()repeated .BartenderTaskInfo unlock_task_list = 12; -
getUnlockTaskListOrBuilder
repeated .BartenderTaskInfo unlock_task_list = 12; -
getIsContentClosed
boolean getIsContentClosed()bool is_content_closed = 7;- Returns:
- The isContentClosed.
-