Package emu.grasscutter.net.proto
Interface GivingRecordNotifyOuterClass.GivingRecordNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GivingRecordNotifyOuterClass.GivingRecordNotify,GivingRecordNotifyOuterClass.GivingRecordNotify.Builder
- Enclosing class:
- GivingRecordNotifyOuterClass
public static interface GivingRecordNotifyOuterClass.GivingRecordNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetGivingRecordList(int index) repeated .GivingRecord giving_record_list = 13;intrepeated .GivingRecord giving_record_list = 13;repeated .GivingRecord giving_record_list = 13;getGivingRecordListOrBuilder(int index) repeated .GivingRecord giving_record_list = 13;List<? extends GivingRecordOuterClass.GivingRecordOrBuilder>repeated .GivingRecord giving_record_list = 13;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
-
getGivingRecordListList
List<GivingRecordOuterClass.GivingRecord> getGivingRecordListList()repeated .GivingRecord giving_record_list = 13; -
getGivingRecordList
repeated .GivingRecord giving_record_list = 13; -
getGivingRecordListCount
int getGivingRecordListCount()repeated .GivingRecord giving_record_list = 13; -
getGivingRecordListOrBuilderList
List<? extends GivingRecordOuterClass.GivingRecordOrBuilder> getGivingRecordListOrBuilderList()repeated .GivingRecord giving_record_list = 13; -
getGivingRecordListOrBuilder
repeated .GivingRecord giving_record_list = 13;
-