Package emu.grasscutter.net.proto
Interface AsterMidCampInfoNotifyOuterClass.AsterMidCampInfoNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AsterMidCampInfoNotifyOuterClass.AsterMidCampInfoNotify,AsterMidCampInfoNotifyOuterClass.AsterMidCampInfoNotify.Builder
- Enclosing class:
- AsterMidCampInfoNotifyOuterClass
public static interface AsterMidCampInfoNotifyOuterClass.AsterMidCampInfoNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCampList(int index) repeated .AsterMidCampInfo camp_list = 11;intrepeated .AsterMidCampInfo camp_list = 11;repeated .AsterMidCampInfo camp_list = 11;getCampListOrBuilder(int index) repeated .AsterMidCampInfo camp_list = 11;repeated .AsterMidCampInfo camp_list = 11;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
-
getCampListList
List<AsterMidCampInfoOuterClass.AsterMidCampInfo> getCampListList()repeated .AsterMidCampInfo camp_list = 11; -
getCampList
repeated .AsterMidCampInfo camp_list = 11; -
getCampListCount
int getCampListCount()repeated .AsterMidCampInfo camp_list = 11; -
getCampListOrBuilderList
List<? extends AsterMidCampInfoOuterClass.AsterMidCampInfoOrBuilder> getCampListOrBuilderList()repeated .AsterMidCampInfo camp_list = 11; -
getCampListOrBuilder
repeated .AsterMidCampInfo camp_list = 11;
-