Package emu.grasscutter.net.proto
Interface InvestigationMonsterOuterClass.InvestigationMonsterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InvestigationMonsterOuterClass.InvestigationMonster,InvestigationMonsterOuterClass.InvestigationMonster.Builder
- Enclosing class:
- InvestigationMonsterOuterClass
public static interface InvestigationMonsterOuterClass.InvestigationMonsterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintMGMCKOOBFBJintuint32 city_id = 5;intuint32 DHMMIBILNEE = 11;intuint32 group_id = 1212;intgetId()uint32 id = 7;booleanbool is_alive = 14;booleanbool is_area_locked = 8;intgetLevel()uint32 level = 13;.InvestigationMonster.LockState lock_state = 4;int.InvestigationMonster.LockState lock_state = 4;intuint32 max_boss_chest_num = 15;intuint32 monster_id = 518;intuint32 next_refresh_time = 1;getPos().Vector pos = 2;.Vector pos = 2;intCBBFLPAGFOIintgetResin()uint32 resin = 3;intuint32 scene_id = 6;.WeeklyBossResinDiscountInfo weekly_boss_resin_discount_info = 12;.WeeklyBossResinDiscountInfo weekly_boss_resin_discount_info = 12;booleanhasPos().Vector pos = 2;boolean.WeeklyBossResinDiscountInfo weekly_boss_resin_discount_info = 12;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
-
getIsAreaLocked
boolean getIsAreaLocked()bool is_area_locked = 8;- Returns:
- The isAreaLocked.
-
getCityId
int getCityId()uint32 city_id = 5;- Returns:
- The cityId.
-
getRefreshInterval
int getRefreshInterval()CBBFLPAGFOI
uint32 refresh_interval = 10;- Returns:
- The refreshInterval.
-
getNextRefreshTime
int getNextRefreshTime()uint32 next_refresh_time = 1;- Returns:
- The nextRefreshTime.
-
hasWeeklyBossResinDiscountInfo
boolean hasWeeklyBossResinDiscountInfo().WeeklyBossResinDiscountInfo weekly_boss_resin_discount_info = 12;- Returns:
- Whether the weeklyBossResinDiscountInfo field is set.
-
getWeeklyBossResinDiscountInfo
WeeklyBossResinDiscountInfoOuterClass.WeeklyBossResinDiscountInfo getWeeklyBossResinDiscountInfo().WeeklyBossResinDiscountInfo weekly_boss_resin_discount_info = 12;- Returns:
- The weeklyBossResinDiscountInfo.
-
getWeeklyBossResinDiscountInfoOrBuilder
WeeklyBossResinDiscountInfoOuterClass.WeeklyBossResinDiscountInfoOrBuilder getWeeklyBossResinDiscountInfoOrBuilder().WeeklyBossResinDiscountInfo weekly_boss_resin_discount_info = 12; -
getIsAlive
boolean getIsAlive()bool is_alive = 14;- Returns:
- The isAlive.
-
getLevel
int getLevel()uint32 level = 13;- Returns:
- The level.
-
getBossChestNum
int getBossChestNum()MGMCKOOBFBJ
uint32 boss_chest_num = 9;- Returns:
- The bossChestNum.
-
getDHMMIBILNEE
int getDHMMIBILNEE()uint32 DHMMIBILNEE = 11;- Returns:
- The dHMMIBILNEE.
-
hasPos
boolean hasPos().Vector pos = 2;- Returns:
- Whether the pos field is set.
-
getPos
VectorOuterClass.Vector getPos().Vector pos = 2;- Returns:
- The pos.
-
getPosOrBuilder
VectorOuterClass.VectorOrBuilder getPosOrBuilder().Vector pos = 2; -
getGroupId
int getGroupId()uint32 group_id = 1212;- Returns:
- The groupId.
-
getId
int getId()uint32 id = 7;- Returns:
- The id.
-
getSceneId
int getSceneId()uint32 scene_id = 6;- Returns:
- The sceneId.
-
getResin
int getResin()uint32 resin = 3;- Returns:
- The resin.
-
getMonsterId
int getMonsterId()uint32 monster_id = 518;- Returns:
- The monsterId.
-
getLockStateValue
int getLockStateValue().InvestigationMonster.LockState lock_state = 4;- Returns:
- The enum numeric value on the wire for lockState.
-
getLockState
.InvestigationMonster.LockState lock_state = 4;- Returns:
- The lockState.
-
getMaxBossChestNum
int getMaxBossChestNum()uint32 max_boss_chest_num = 15;- Returns:
- The maxBossChestNum.
-