Package emu.grasscutter.net.proto
Interface HuntingPairOuterClass.HuntingPairOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HuntingPairOuterClass.HuntingPair,HuntingPairOuterClass.HuntingPair.Builder
- Enclosing class:
- HuntingPairOuterClass
public static interface HuntingPairOuterClass.HuntingPairOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 monster_config_id = 1;intuint32 refresh_id = 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
-
getMonsterConfigId
int getMonsterConfigId()uint32 monster_config_id = 1;- Returns:
- The monsterConfigId.
-
getRefreshId
int getRefreshId()uint32 refresh_id = 3;- Returns:
- The refreshId.
-