Package emu.grasscutter.net.proto
Interface FlightActivityDetailInfoOuterClass.FlightActivityDetailInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FlightActivityDetailInfoOuterClass.FlightActivityDetailInfo,FlightActivityDetailInfoOuterClass.FlightActivityDetailInfo.Builder
- Enclosing class:
- FlightActivityDetailInfoOuterClass
public static interface FlightActivityDetailInfoOuterClass.FlightActivityDetailInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDailyRecordList(int index) repeated .FlightDailyRecord daily_record_list = 14;intrepeated .FlightDailyRecord daily_record_list = 14;repeated .FlightDailyRecord daily_record_list = 14;getDailyRecordListOrBuilder(int index) repeated .FlightDailyRecord daily_record_list = 14;repeated .FlightDailyRecord daily_record_list = 14;intuint32 KKLLPPPLKMM = 7;intuint32 MEHOKJOPMBN = 8;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
-
getMEHOKJOPMBN
int getMEHOKJOPMBN()uint32 MEHOKJOPMBN = 8;- Returns:
- The mEHOKJOPMBN.
-
getKKLLPPPLKMM
int getKKLLPPPLKMM()uint32 KKLLPPPLKMM = 7;- Returns:
- The kKLLPPPLKMM.
-
getDailyRecordListList
List<FlightDailyRecordOuterClass.FlightDailyRecord> getDailyRecordListList()repeated .FlightDailyRecord daily_record_list = 14; -
getDailyRecordList
repeated .FlightDailyRecord daily_record_list = 14; -
getDailyRecordListCount
int getDailyRecordListCount()repeated .FlightDailyRecord daily_record_list = 14; -
getDailyRecordListOrBuilderList
List<? extends FlightDailyRecordOuterClass.FlightDailyRecordOrBuilder> getDailyRecordListOrBuilderList()repeated .FlightDailyRecord daily_record_list = 14; -
getDailyRecordListOrBuilder
repeated .FlightDailyRecord daily_record_list = 14;
-