Package emu.grasscutter.net.proto
Interface LunaRiteDetailInfoOuterClass.LunaRiteDetailInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LunaRiteDetailInfoOuterClass.LunaRiteDetailInfo,LunaRiteDetailInfoOuterClass.LunaRiteDetailInfo.Builder
- Enclosing class:
- LunaRiteDetailInfoOuterClass
public static interface LunaRiteDetailInfoOuterClass.LunaRiteDetailInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAreaInfoList(int index) repeated .LunaRiteAreaInfo area_info_list = 2;intrepeated .LunaRiteAreaInfo area_info_list = 2;repeated .LunaRiteAreaInfo area_info_list = 2;getAreaInfoListOrBuilder(int index) repeated .LunaRiteAreaInfo area_info_list = 2;repeated .LunaRiteAreaInfo area_info_list = 2;getHintPoint(int index) repeated .LunaRiteHintPoint hint_point = 15;intrepeated .LunaRiteHintPoint hint_point = 15;repeated .LunaRiteHintPoint hint_point = 15;getHintPointOrBuilder(int index) repeated .LunaRiteHintPoint hint_point = 15;repeated .LunaRiteHintPoint hint_point = 15;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
-
getAreaInfoListList
List<LunaRiteAreaInfoOuterClass.LunaRiteAreaInfo> getAreaInfoListList()repeated .LunaRiteAreaInfo area_info_list = 2; -
getAreaInfoList
repeated .LunaRiteAreaInfo area_info_list = 2; -
getAreaInfoListCount
int getAreaInfoListCount()repeated .LunaRiteAreaInfo area_info_list = 2; -
getAreaInfoListOrBuilderList
List<? extends LunaRiteAreaInfoOuterClass.LunaRiteAreaInfoOrBuilder> getAreaInfoListOrBuilderList()repeated .LunaRiteAreaInfo area_info_list = 2; -
getAreaInfoListOrBuilder
repeated .LunaRiteAreaInfo area_info_list = 2; -
getHintPointList
List<LunaRiteHintPointOuterClass.LunaRiteHintPoint> getHintPointList()repeated .LunaRiteHintPoint hint_point = 15; -
getHintPoint
repeated .LunaRiteHintPoint hint_point = 15; -
getHintPointCount
int getHintPointCount()repeated .LunaRiteHintPoint hint_point = 15; -
getHintPointOrBuilderList
List<? extends LunaRiteHintPointOuterClass.LunaRiteHintPointOrBuilder> getHintPointOrBuilderList()repeated .LunaRiteHintPoint hint_point = 15; -
getHintPointOrBuilder
repeated .LunaRiteHintPoint hint_point = 15;
-