Package emu.grasscutter.net.proto
Interface HuntingStartNotifyOuterClass.HuntingStartNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HuntingStartNotifyOuterClass.HuntingStartNotify,HuntingStartNotifyOuterClass.HuntingStartNotify.Builder
- Enclosing class:
- HuntingStartNotifyOuterClass
public static interface HuntingStartNotifyOuterClass.HuntingStartNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.Vector clue_position = 6;.Vector clue_position = 6;intuint32 fail_time = 5;.HuntingPair hunting_pair = 3;.HuntingPair hunting_pair = 3;booleanbool is_final = 8;boolean.Vector clue_position = 6;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; -
getFailTime
int getFailTime()uint32 fail_time = 5;- Returns:
- The failTime.
-
hasCluePosition
boolean hasCluePosition().Vector clue_position = 6;- Returns:
- Whether the cluePosition field is set.
-
getCluePosition
VectorOuterClass.Vector getCluePosition().Vector clue_position = 6;- Returns:
- The cluePosition.
-
getCluePositionOrBuilder
VectorOuterClass.VectorOrBuilder getCluePositionOrBuilder().Vector clue_position = 6; -
getIsFinal
boolean getIsFinal()bool is_final = 8;- Returns:
- The isFinal.
-