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 = 3;intuint32 investigation_monster_id = 9;intuint32 monster_id = 5;intuint32 scene_id = 7;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
-
getSceneId
int getSceneId()uint32 scene_id = 7;- Returns:
- The sceneId.
-
getMonsterId
int getMonsterId()uint32 monster_id = 5;- Returns:
- The monsterId.
-
getInvestigationMonsterId
int getInvestigationMonsterId()uint32 investigation_monster_id = 9;- Returns:
- The investigationMonsterId.
-
getGroupId
int getGroupId()uint32 group_id = 3;- Returns:
- The groupId.
-