Package emu.grasscutter.net.proto
Interface MarkTargetInvestigationMonsterNotifyOuterClass.MarkTargetInvestigationMonsterNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MarkTargetInvestigationMonsterNotifyOuterClass.MarkTargetInvestigationMonsterNotify,MarkTargetInvestigationMonsterNotifyOuterClass.MarkTargetInvestigationMonsterNotify.Builder
- Enclosing class:
- MarkTargetInvestigationMonsterNotifyOuterClass
public static interface MarkTargetInvestigationMonsterNotifyOuterClass.MarkTargetInvestigationMonsterNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 group_id = 13;intuint32 investigation_monster_id = 4;intuint32 monster_id = 8;intuint32 scene_id = 15;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
-
getGroupId
int getGroupId()uint32 group_id = 13;- Returns:
- The groupId.
-
getSceneId
int getSceneId()uint32 scene_id = 15;- Returns:
- The sceneId.
-
getInvestigationMonsterId
int getInvestigationMonsterId()uint32 investigation_monster_id = 4;- Returns:
- The investigationMonsterId.
-
getMonsterId
int getMonsterId()uint32 monster_id = 8;- Returns:
- The monsterId.
-