Package emu.grasscutter.net.proto
Interface InvestigationMonsterUpdateNotifyOuterClass.InvestigationMonsterUpdateNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InvestigationMonsterUpdateNotifyOuterClass.InvestigationMonsterUpdateNotify,InvestigationMonsterUpdateNotifyOuterClass.InvestigationMonsterUpdateNotify.Builder
- Enclosing class:
- InvestigationMonsterUpdateNotifyOuterClass
public static interface InvestigationMonsterUpdateNotifyOuterClass.InvestigationMonsterUpdateNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.InvestigationMonster investigation_monster = 13;.InvestigationMonster investigation_monster = 13;boolean.InvestigationMonster investigation_monster = 13;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
-
hasInvestigationMonster
boolean hasInvestigationMonster().InvestigationMonster investigation_monster = 13;- Returns:
- Whether the investigationMonster field is set.
-
getInvestigationMonster
InvestigationMonsterOuterClass.InvestigationMonster getInvestigationMonster().InvestigationMonster investigation_monster = 13;- Returns:
- The investigationMonster.
-
getInvestigationMonsterOrBuilder
InvestigationMonsterOuterClass.InvestigationMonsterOrBuilder getInvestigationMonsterOrBuilder().InvestigationMonster investigation_monster = 13;
-