Package emu.grasscutter.net.proto
Interface MechanicusLevelupGearRspOuterClass.MechanicusLevelupGearRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MechanicusLevelupGearRspOuterClass.MechanicusLevelupGearRsp,MechanicusLevelupGearRspOuterClass.MechanicusLevelupGearRsp.Builder
- Enclosing class:
- MechanicusLevelupGearRspOuterClass
public static interface MechanicusLevelupGearRspOuterClass.MechanicusLevelupGearRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 after_gear_level = 12;intuint32 gear_id = 9;intuint32 mechanicus_id = 4;intint32 retcode = 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
-
getRetcode
int getRetcode()int32 retcode = 8;- Returns:
- The retcode.
-
getGearId
int getGearId()uint32 gear_id = 9;- Returns:
- The gearId.
-
getMechanicusId
int getMechanicusId()uint32 mechanicus_id = 4;- Returns:
- The mechanicusId.
-
getAfterGearLevel
int getAfterGearLevel()uint32 after_gear_level = 12;- Returns:
- The afterGearLevel.
-