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 = 7;intrepeated .LunaRiteAreaInfo area_info_list = 7;repeated .LunaRiteAreaInfo area_info_list = 7;getAreaInfoListOrBuilder(int index) repeated .LunaRiteAreaInfo area_info_list = 7;repeated .LunaRiteAreaInfo area_info_list = 7;getHintPoint(int index) repeated .LunaRiteHintPoint hint_point = 4;intrepeated .LunaRiteHintPoint hint_point = 4;repeated .LunaRiteHintPoint hint_point = 4;getHintPointOrBuilder(int index) repeated .LunaRiteHintPoint hint_point = 4;repeated .LunaRiteHintPoint hint_point = 4;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
-
getHintPointList
List<LunaRiteHintPointOuterClass.LunaRiteHintPoint> getHintPointList()repeated .LunaRiteHintPoint hint_point = 4; -
getHintPoint
repeated .LunaRiteHintPoint hint_point = 4; -
getHintPointCount
int getHintPointCount()repeated .LunaRiteHintPoint hint_point = 4; -
getHintPointOrBuilderList
List<? extends LunaRiteHintPointOuterClass.LunaRiteHintPointOrBuilder> getHintPointOrBuilderList()repeated .LunaRiteHintPoint hint_point = 4; -
getHintPointOrBuilder
repeated .LunaRiteHintPoint hint_point = 4; -
getAreaInfoListList
List<LunaRiteAreaInfoOuterClass.LunaRiteAreaInfo> getAreaInfoListList()repeated .LunaRiteAreaInfo area_info_list = 7; -
getAreaInfoList
repeated .LunaRiteAreaInfo area_info_list = 7; -
getAreaInfoListCount
int getAreaInfoListCount()repeated .LunaRiteAreaInfo area_info_list = 7; -
getAreaInfoListOrBuilderList
List<? extends LunaRiteAreaInfoOuterClass.LunaRiteAreaInfoOrBuilder> getAreaInfoListOrBuilderList()repeated .LunaRiteAreaInfo area_info_list = 7; -
getAreaInfoListOrBuilder
repeated .LunaRiteAreaInfo area_info_list = 7;
-