Package emu.grasscutter.net.proto
Interface CityReputationQuestInfoOuterClass.CityReputationQuestInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CityReputationQuestInfoOuterClass.CityReputationQuestInfo,CityReputationQuestInfoOuterClass.CityReputationQuestInfo.Builder
- Enclosing class:
- CityReputationQuestInfoOuterClass
public static interface CityReputationQuestInfoOuterClass.CityReputationQuestInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool isOpen = 14;intgetUnk3300IMLDPDMHJBJ(int index) repeated uint32 Unk3300_IMLDPDMHJBJ = 10;intrepeated uint32 Unk3300_IMLDPDMHJBJ = 10;repeated uint32 Unk3300_IMLDPDMHJBJ = 10;intgetUnk3300OMGMGDIHDOH(int index) repeated uint32 Unk3300_OMGMGDIHDOH = 4;intrepeated uint32 Unk3300_OMGMGDIHDOH = 4;repeated uint32 Unk3300_OMGMGDIHDOH = 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
-
getIsOpen
boolean getIsOpen()bool isOpen = 14;- Returns:
- The isOpen.
-
getUnk3300OMGMGDIHDOHList
repeated uint32 Unk3300_OMGMGDIHDOH = 4;- Returns:
- A list containing the unk3300OMGMGDIHDOH.
-
getUnk3300OMGMGDIHDOHCount
int getUnk3300OMGMGDIHDOHCount()repeated uint32 Unk3300_OMGMGDIHDOH = 4;- Returns:
- The count of unk3300OMGMGDIHDOH.
-
getUnk3300OMGMGDIHDOH
int getUnk3300OMGMGDIHDOH(int index) repeated uint32 Unk3300_OMGMGDIHDOH = 4;- Parameters:
index- The index of the element to return.- Returns:
- The unk3300OMGMGDIHDOH at the given index.
-
getUnk3300IMLDPDMHJBJList
repeated uint32 Unk3300_IMLDPDMHJBJ = 10;- Returns:
- A list containing the unk3300IMLDPDMHJBJ.
-
getUnk3300IMLDPDMHJBJCount
int getUnk3300IMLDPDMHJBJCount()repeated uint32 Unk3300_IMLDPDMHJBJ = 10;- Returns:
- The count of unk3300IMLDPDMHJBJ.
-
getUnk3300IMLDPDMHJBJ
int getUnk3300IMLDPDMHJBJ(int index) repeated uint32 Unk3300_IMLDPDMHJBJ = 10;- Parameters:
index- The index of the element to return.- Returns:
- The unk3300IMLDPDMHJBJ at the given index.
-