Package emu.grasscutter.net.proto
Interface LunaRiteHintPointRemoveNotifyOuterClass.LunaRiteHintPointRemoveNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LunaRiteHintPointRemoveNotifyOuterClass.LunaRiteHintPointRemoveNotify,LunaRiteHintPointRemoveNotifyOuterClass.LunaRiteHintPointRemoveNotify.Builder
- Enclosing class:
- LunaRiteHintPointRemoveNotifyOuterClass
public static interface LunaRiteHintPointRemoveNotifyOuterClass.LunaRiteHintPointRemoveNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetHintPointIndex(int index) repeated uint32 hint_point_index = 12;intrepeated uint32 hint_point_index = 12;repeated uint32 hint_point_index = 12;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
-
getHintPointIndexList
repeated uint32 hint_point_index = 12;- Returns:
- A list containing the hintPointIndex.
-
getHintPointIndexCount
int getHintPointIndexCount()repeated uint32 hint_point_index = 12;- Returns:
- The count of hintPointIndex.
-
getHintPointIndex
int getHintPointIndex(int index) repeated uint32 hint_point_index = 12;- Parameters:
index- The index of the element to return.- Returns:
- The hintPointIndex at the given index.
-