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 TypeMethodDescriptionintuint32 boss_chest_num = 6;intuint32 city_id = 14;intuint32 group_id = 1735;intgetId()uint32 id = 9;booleanbool is_alive = 13;booleanbool is_area_locked = 5;intgetLevel()uint32 level = 2;.InvestigationMonster.LockState lock_state = 4;int.InvestigationMonster.LockState lock_state = 4;intuint32 max_boss_chest_num = 11;intuint32 monster_id = 562;intuint32 next_boss_chest_refresh_time = 1;intuint32 next_refresh_time = 8;getPos().Vector pos = 7;.Vector pos = 7;intuint32 refresh_interval = 10;intgetResin()uint32 resin = 15;intuint32 scene_id = 12;.WeeklyBossResinDiscountInfo weekly_boss_resin_discount_info = 3;.WeeklyBossResinDiscountInfo weekly_boss_resin_discount_info = 3;booleanhasPos().Vector pos = 7;boolean.WeeklyBossResinDiscountInfo weekly_boss_resin_discount_info = 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
-
getIsAlive
boolean getIsAlive()bool is_alive = 13;- Returns:
- The isAlive.
-
hasPos
boolean hasPos().Vector pos = 7;- Returns:
- Whether the pos field is set.
-
getPos
VectorOuterClass.Vector getPos().Vector pos = 7;- Returns:
- The pos.
-
getPosOrBuilder
VectorOuterClass.VectorOrBuilder getPosOrBuilder().Vector pos = 7; -
getSceneId
int getSceneId()uint32 scene_id = 12;- Returns:
- The sceneId.
-
getNextRefreshTime
int getNextRefreshTime()uint32 next_refresh_time = 8;- Returns:
- The nextRefreshTime.
-
getCityId
int getCityId()uint32 city_id = 14;- Returns:
- The cityId.
-
getGroupId
int getGroupId()uint32 group_id = 1735;- Returns:
- The groupId.
-
getNextBossChestRefreshTime
int getNextBossChestRefreshTime()uint32 next_boss_chest_refresh_time = 1;- Returns:
- The nextBossChestRefreshTime.
-
hasWeeklyBossResinDiscountInfo
boolean hasWeeklyBossResinDiscountInfo().WeeklyBossResinDiscountInfo weekly_boss_resin_discount_info = 3;- Returns:
- Whether the weeklyBossResinDiscountInfo field is set.
-
getWeeklyBossResinDiscountInfo
WeeklyBossResinDiscountInfoOuterClass.WeeklyBossResinDiscountInfo getWeeklyBossResinDiscountInfo().WeeklyBossResinDiscountInfo weekly_boss_resin_discount_info = 3;- Returns:
- The weeklyBossResinDiscountInfo.
-
getWeeklyBossResinDiscountInfoOrBuilder
WeeklyBossResinDiscountInfoOuterClass.WeeklyBossResinDiscountInfoOrBuilder getWeeklyBossResinDiscountInfoOrBuilder().WeeklyBossResinDiscountInfo weekly_boss_resin_discount_info = 3; -
getBossChestNum
int getBossChestNum()uint32 boss_chest_num = 6;- Returns:
- The bossChestNum.
-
getId
int getId()uint32 id = 9;- Returns:
- The id.
-
getMonsterId
int getMonsterId()uint32 monster_id = 562;- 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.
-
getRefreshInterval
int getRefreshInterval()uint32 refresh_interval = 10;- Returns:
- The refreshInterval.
-
getIsAreaLocked
boolean getIsAreaLocked()bool is_area_locked = 5;- Returns:
- The isAreaLocked.
-
getLevel
int getLevel()uint32 level = 2;- Returns:
- The level.
-
getMaxBossChestNum
int getMaxBossChestNum()uint32 max_boss_chest_num = 11;- Returns:
- The maxBossChestNum.
-
getResin
int getResin()uint32 resin = 15;- Returns:
- The resin.
-