Package emu.grasscutter.net.proto
Interface FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo,FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfo.Builder
- Enclosing class:
- FungusFighterV2SettleInfoOuterClass
public static interface FungusFighterV2SettleInfoOuterClass.FungusFighterV2SettleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 cost_time = 3;intuint32 HMEKPCPLCDG = 6;booleanbool is_new_record = 1;intuint32 level_id = 8;intuint32 LJLPPLECIJK = 9;intuint32 PFEJLBFPMGF = 2;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
-
getLJLPPLECIJK
int getLJLPPLECIJK()uint32 LJLPPLECIJK = 9;- Returns:
- The lJLPPLECIJK.
-
getPFEJLBFPMGF
int getPFEJLBFPMGF()uint32 PFEJLBFPMGF = 2;- Returns:
- The pFEJLBFPMGF.
-
getCostTime
int getCostTime()uint32 cost_time = 3;- Returns:
- The costTime.
-
getHMEKPCPLCDG
int getHMEKPCPLCDG()uint32 HMEKPCPLCDG = 6;- Returns:
- The hMEKPCPLCDG.
-
getLevelId
int getLevelId()uint32 level_id = 8;- Returns:
- The levelId.
-
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 1;- Returns:
- The isNewRecord.
-