Package emu.grasscutter.net.proto
Interface HuntingOngoingNotifyOuterClass.HuntingOngoingNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HuntingOngoingNotifyOuterClass.HuntingOngoingNotify,HuntingOngoingNotifyOuterClass.HuntingOngoingNotify.Builder
- Enclosing class:
- HuntingOngoingNotifyOuterClass
public static interface HuntingOngoingNotifyOuterClass.HuntingOngoingNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 fail_time = 4;intuint32 finish_clue_count = 7;.HuntingPair hunting_pair = 11;.HuntingPair hunting_pair = 11;booleanbool is_final = 5;booleanbool is_started = 13;.Vector next_position = 2;.Vector next_position = 2;boolean.HuntingPair hunting_pair = 11;boolean.Vector next_position = 2;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 = 11;- Returns:
- Whether the huntingPair field is set.
-
getHuntingPair
HuntingPairOuterClass.HuntingPair getHuntingPair().HuntingPair hunting_pair = 11;- Returns:
- The huntingPair.
-
getHuntingPairOrBuilder
HuntingPairOuterClass.HuntingPairOrBuilder getHuntingPairOrBuilder().HuntingPair hunting_pair = 11; -
getFinishClueCount
int getFinishClueCount()uint32 finish_clue_count = 7;- Returns:
- The finishClueCount.
-
hasNextPosition
boolean hasNextPosition().Vector next_position = 2;- Returns:
- Whether the nextPosition field is set.
-
getNextPosition
VectorOuterClass.Vector getNextPosition().Vector next_position = 2;- Returns:
- The nextPosition.
-
getNextPositionOrBuilder
VectorOuterClass.VectorOrBuilder getNextPositionOrBuilder().Vector next_position = 2; -
getIsFinal
boolean getIsFinal()bool is_final = 5;- Returns:
- The isFinal.
-
getIsStarted
boolean getIsStarted()bool is_started = 13;- Returns:
- The isStarted.
-
getFailTime
int getFailTime()uint32 fail_time = 4;- Returns:
- The failTime.
-