Package emu.grasscutter.net.proto
Interface MuqadasPotionActivityDetailInfoOuterClass.MuqadasPotionActivityDetailInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MuqadasPotionActivityDetailInfoOuterClass.MuqadasPotionActivityDetailInfo,MuqadasPotionActivityDetailInfoOuterClass.MuqadasPotionActivityDetailInfo.Builder
- Enclosing class:
- MuqadasPotionActivityDetailInfoOuterClass
public static interface MuqadasPotionActivityDetailInfoOuterClass.MuqadasPotionActivityDetailInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMuqadasPotionLevelDataList(int index) repeated .MuqadasPotionLevelData muqadas_potion_level_data_list = 1;intrepeated .MuqadasPotionLevelData muqadas_potion_level_data_list = 1;repeated .MuqadasPotionLevelData muqadas_potion_level_data_list = 1;getMuqadasPotionLevelDataListOrBuilder(int index) repeated .MuqadasPotionLevelData muqadas_potion_level_data_list = 1;repeated .MuqadasPotionLevelData muqadas_potion_level_data_list = 1;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
-
getMuqadasPotionLevelDataListList
List<MuqadasPotionLevelDataOuterClass.MuqadasPotionLevelData> getMuqadasPotionLevelDataListList()repeated .MuqadasPotionLevelData muqadas_potion_level_data_list = 1; -
getMuqadasPotionLevelDataList
repeated .MuqadasPotionLevelData muqadas_potion_level_data_list = 1; -
getMuqadasPotionLevelDataListCount
int getMuqadasPotionLevelDataListCount()repeated .MuqadasPotionLevelData muqadas_potion_level_data_list = 1; -
getMuqadasPotionLevelDataListOrBuilderList
List<? extends MuqadasPotionLevelDataOuterClass.MuqadasPotionLevelDataOrBuilder> getMuqadasPotionLevelDataListOrBuilderList()repeated .MuqadasPotionLevelData muqadas_potion_level_data_list = 1; -
getMuqadasPotionLevelDataListOrBuilder
MuqadasPotionLevelDataOuterClass.MuqadasPotionLevelDataOrBuilder getMuqadasPotionLevelDataListOrBuilder(int index) repeated .MuqadasPotionLevelData muqadas_potion_level_data_list = 1;
-