Package emu.grasscutter.net.proto
Interface HuntingRevealClueNotifyOuterClass.HuntingRevealClueNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HuntingRevealClueNotifyOuterClass.HuntingRevealClueNotify,HuntingRevealClueNotifyOuterClass.HuntingRevealClueNotify.Builder
- Enclosing class:
- HuntingRevealClueNotifyOuterClass
public static interface HuntingRevealClueNotifyOuterClass.HuntingRevealClueNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.Vector clue_position = 2;.Vector clue_position = 2;intuint32 finish_clue_count = 14;intuint32 finished_group_id = 6;.HuntingPair hunting_pair = 3;.HuntingPair hunting_pair = 3;boolean.Vector clue_position = 2;boolean.HuntingPair hunting_pair = 3;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
-
hasHuntingPair
boolean hasHuntingPair().HuntingPair hunting_pair = 3;- Returns:
- Whether the huntingPair field is set.
-
getHuntingPair
HuntingPairOuterClass.HuntingPair getHuntingPair().HuntingPair hunting_pair = 3;- Returns:
- The huntingPair.
-
getHuntingPairOrBuilder
HuntingPairOuterClass.HuntingPairOrBuilder getHuntingPairOrBuilder().HuntingPair hunting_pair = 3; -
getFinishedGroupId
int getFinishedGroupId()uint32 finished_group_id = 6;- Returns:
- The finishedGroupId.
-
getFinishClueCount
int getFinishClueCount()uint32 finish_clue_count = 14;- Returns:
- The finishClueCount.
-
hasCluePosition
boolean hasCluePosition().Vector clue_position = 2;- Returns:
- Whether the cluePosition field is set.
-
getCluePosition
VectorOuterClass.Vector getCluePosition().Vector clue_position = 2;- Returns:
- The cluePosition.
-
getCluePositionOrBuilder
VectorOuterClass.VectorOrBuilder getCluePositionOrBuilder().Vector clue_position = 2;
-