Package emu.grasscutter.net.proto
Interface HuntingRevealFinalNotifyOuterClass.HuntingRevealFinalNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HuntingRevealFinalNotifyOuterClass.HuntingRevealFinalNotify,HuntingRevealFinalNotifyOuterClass.HuntingRevealFinalNotify.Builder
- Enclosing class:
- HuntingRevealFinalNotifyOuterClass
public static interface HuntingRevealFinalNotifyOuterClass.HuntingRevealFinalNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.Vector final_position = 3;.Vector final_position = 3;intuint32 finished_group_id = 14;.HuntingPair hunting_pair = 9;.HuntingPair hunting_pair = 9;boolean.Vector final_position = 3;boolean.HuntingPair hunting_pair = 9;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
-
hasFinalPosition
boolean hasFinalPosition().Vector final_position = 3;- Returns:
- Whether the finalPosition field is set.
-
getFinalPosition
VectorOuterClass.Vector getFinalPosition().Vector final_position = 3;- Returns:
- The finalPosition.
-
getFinalPositionOrBuilder
VectorOuterClass.VectorOrBuilder getFinalPositionOrBuilder().Vector final_position = 3; -
hasHuntingPair
boolean hasHuntingPair().HuntingPair hunting_pair = 9;- Returns:
- Whether the huntingPair field is set.
-
getHuntingPair
HuntingPairOuterClass.HuntingPair getHuntingPair().HuntingPair hunting_pair = 9;- Returns:
- The huntingPair.
-
getHuntingPairOrBuilder
HuntingPairOuterClass.HuntingPairOrBuilder getHuntingPairOrBuilder().HuntingPair hunting_pair = 9; -
getFinishedGroupId
int getFinishedGroupId()uint32 finished_group_id = 14;- Returns:
- The finishedGroupId.
-