Package emu.grasscutter.net.proto
Interface SorushTrialDetailInfoOuterClass.SorushTrialDetailInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SorushTrialDetailInfoOuterClass.SorushTrialDetailInfo,SorushTrialDetailInfoOuterClass.SorushTrialDetailInfo.Builder
- Enclosing class:
- SorushTrialDetailInfoOuterClass
public static interface SorushTrialDetailInfoOuterClass.SorushTrialDetailInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsFFADCNBDFMF(int key) map<uint32, uint32> FFADCNBDFMF = 15;intgetEEGMCLFOHCL(int index) repeated uint32 EEGMCLFOHCL = 10;intrepeated uint32 EEGMCLFOHCL = 10;repeated uint32 EEGMCLFOHCL = 10;Deprecated.intmap<uint32, uint32> FFADCNBDFMF = 15;map<uint32, uint32> FFADCNBDFMF = 15;intgetFFADCNBDFMFOrDefault(int key, int defaultValue) map<uint32, uint32> FFADCNBDFMF = 15;intgetFFADCNBDFMFOrThrow(int key) map<uint32, uint32> FFADCNBDFMF = 15;intgetJAMGNDKIEAL(int index) repeated uint32 JAMGNDKIEAL = 5;intrepeated uint32 JAMGNDKIEAL = 5;repeated uint32 JAMGNDKIEAL = 5;intgetPEAGPLNPGNE(int index) repeated uint32 PEAGPLNPGNE = 7;intrepeated uint32 PEAGPLNPGNE = 7;repeated uint32 PEAGPLNPGNE = 7;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
-
getJAMGNDKIEALList
repeated uint32 JAMGNDKIEAL = 5;- Returns:
- A list containing the jAMGNDKIEAL.
-
getJAMGNDKIEALCount
int getJAMGNDKIEALCount()repeated uint32 JAMGNDKIEAL = 5;- Returns:
- The count of jAMGNDKIEAL.
-
getJAMGNDKIEAL
int getJAMGNDKIEAL(int index) repeated uint32 JAMGNDKIEAL = 5;- Parameters:
index- The index of the element to return.- Returns:
- The jAMGNDKIEAL at the given index.
-
getFFADCNBDFMFCount
int getFFADCNBDFMFCount()map<uint32, uint32> FFADCNBDFMF = 15; -
containsFFADCNBDFMF
boolean containsFFADCNBDFMF(int key) map<uint32, uint32> FFADCNBDFMF = 15; -
getFFADCNBDFMF
Deprecated.UsegetFFADCNBDFMFMap()instead. -
getFFADCNBDFMFMap
map<uint32, uint32> FFADCNBDFMF = 15; -
getFFADCNBDFMFOrDefault
int getFFADCNBDFMFOrDefault(int key, int defaultValue) map<uint32, uint32> FFADCNBDFMF = 15; -
getFFADCNBDFMFOrThrow
int getFFADCNBDFMFOrThrow(int key) map<uint32, uint32> FFADCNBDFMF = 15; -
getPEAGPLNPGNEList
repeated uint32 PEAGPLNPGNE = 7;- Returns:
- A list containing the pEAGPLNPGNE.
-
getPEAGPLNPGNECount
int getPEAGPLNPGNECount()repeated uint32 PEAGPLNPGNE = 7;- Returns:
- The count of pEAGPLNPGNE.
-
getPEAGPLNPGNE
int getPEAGPLNPGNE(int index) repeated uint32 PEAGPLNPGNE = 7;- Parameters:
index- The index of the element to return.- Returns:
- The pEAGPLNPGNE at the given index.
-
getEEGMCLFOHCLList
repeated uint32 EEGMCLFOHCL = 10;- Returns:
- A list containing the eEGMCLFOHCL.
-
getEEGMCLFOHCLCount
int getEEGMCLFOHCLCount()repeated uint32 EEGMCLFOHCL = 10;- Returns:
- The count of eEGMCLFOHCL.
-
getEEGMCLFOHCL
int getEEGMCLFOHCL(int index) repeated uint32 EEGMCLFOHCL = 10;- Parameters:
index- The index of the element to return.- Returns:
- The eEGMCLFOHCL at the given index.
-