Package emu.grasscutter.net.proto
Interface WindFieldDungeonSettleInfoOuterClass.WindFieldDungeonSettleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WindFieldDungeonSettleInfoOuterClass.WindFieldDungeonSettleInfo,WindFieldDungeonSettleInfoOuterClass.WindFieldDungeonSettleInfo.Builder
- Enclosing class:
- WindFieldDungeonSettleInfoOuterClass
public static interface WindFieldDungeonSettleInfoOuterClass.WindFieldDungeonSettleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetBLIJCEPMNMA(int index) repeated uint32 BLIJCEPMNMA = 1;intrepeated uint32 BLIJCEPMNMA = 1;repeated uint32 BLIJCEPMNMA = 1;intgetDMJAIIOOGDA(int index) repeated uint32 DMJAIIOOGDA = 15;intrepeated uint32 DMJAIIOOGDA = 15;repeated uint32 DMJAIIOOGDA = 15;.WindFieldDungeonFailReason fail_reason = 8;int.WindFieldDungeonFailReason fail_reason = 8;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
-
getBLIJCEPMNMAList
repeated uint32 BLIJCEPMNMA = 1;- Returns:
- A list containing the bLIJCEPMNMA.
-
getBLIJCEPMNMACount
int getBLIJCEPMNMACount()repeated uint32 BLIJCEPMNMA = 1;- Returns:
- The count of bLIJCEPMNMA.
-
getBLIJCEPMNMA
int getBLIJCEPMNMA(int index) repeated uint32 BLIJCEPMNMA = 1;- Parameters:
index- The index of the element to return.- Returns:
- The bLIJCEPMNMA at the given index.
-
getDMJAIIOOGDAList
repeated uint32 DMJAIIOOGDA = 15;- Returns:
- A list containing the dMJAIIOOGDA.
-
getDMJAIIOOGDACount
int getDMJAIIOOGDACount()repeated uint32 DMJAIIOOGDA = 15;- Returns:
- The count of dMJAIIOOGDA.
-
getDMJAIIOOGDA
int getDMJAIIOOGDA(int index) repeated uint32 DMJAIIOOGDA = 15;- Parameters:
index- The index of the element to return.- Returns:
- The dMJAIIOOGDA at the given index.
-
getFailReasonValue
int getFailReasonValue().WindFieldDungeonFailReason fail_reason = 8;- Returns:
- The enum numeric value on the wire for failReason.
-
getFailReason
WindFieldDungeonFailReasonOuterClass.WindFieldDungeonFailReason getFailReason().WindFieldDungeonFailReason fail_reason = 8;- Returns:
- The failReason.
-