Package emu.grasscutter.net.proto
Interface GetCityReputationMapInfoRspOuterClass.GetCityReputationMapInfoRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetCityReputationMapInfoRspOuterClass.GetCityReputationMapInfoRsp,GetCityReputationMapInfoRspOuterClass.GetCityReputationMapInfoRsp.Builder
- Enclosing class:
- GetCityReputationMapInfoRspOuterClass
public static interface GetCityReputationMapInfoRspOuterClass.GetCityReputationMapInfoRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 retcode = 13;intgetRewardCityList(int index) repeated uint32 reward_city_list = 15;intrepeated uint32 reward_city_list = 15;repeated uint32 reward_city_list = 15;booleanbool Unk3300_GJFNOPNMFNG = 12;booleanbool Unk3300_NCMHMODIIKM = 5;intgetUnlockHuntingCityList(int index) repeated uint32 unlock_hunting_city_list = 4;intrepeated uint32 unlock_hunting_city_list = 4;repeated uint32 unlock_hunting_city_list = 4;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
-
getRetcode
int getRetcode()int32 retcode = 13;- Returns:
- The retcode.
-
getUnlockHuntingCityListList
repeated uint32 unlock_hunting_city_list = 4;- Returns:
- A list containing the unlockHuntingCityList.
-
getUnlockHuntingCityListCount
int getUnlockHuntingCityListCount()repeated uint32 unlock_hunting_city_list = 4;- Returns:
- The count of unlockHuntingCityList.
-
getUnlockHuntingCityList
int getUnlockHuntingCityList(int index) repeated uint32 unlock_hunting_city_list = 4;- Parameters:
index- The index of the element to return.- Returns:
- The unlockHuntingCityList at the given index.
-
getUnk3300GJFNOPNMFNG
boolean getUnk3300GJFNOPNMFNG()bool Unk3300_GJFNOPNMFNG = 12;- Returns:
- The unk3300GJFNOPNMFNG.
-
getUnk3300NCMHMODIIKM
boolean getUnk3300NCMHMODIIKM()bool Unk3300_NCMHMODIIKM = 5;- Returns:
- The unk3300NCMHMODIIKM.
-
getRewardCityListList
repeated uint32 reward_city_list = 15;- Returns:
- A list containing the rewardCityList.
-
getRewardCityListCount
int getRewardCityListCount()repeated uint32 reward_city_list = 15;- Returns:
- The count of rewardCityList.
-
getRewardCityList
int getRewardCityList(int index) repeated uint32 reward_city_list = 15;- Parameters:
index- The index of the element to return.- Returns:
- The rewardCityList at the given index.
-