Package emu.grasscutter.net.proto
Interface GetMechanicusInfoRspOuterClass.GetMechanicusInfoRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetMechanicusInfoRspOuterClass.GetMechanicusInfoRsp,GetMechanicusInfoRspOuterClass.GetMechanicusInfoRsp.Builder
- Enclosing class:
- GetMechanicusInfoRspOuterClass
public static interface GetMechanicusInfoRspOuterClass.GetMechanicusInfoRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.MechanicusInfo mechanicus_info = 5;.MechanicusInfo mechanicus_info = 5;intint32 retcode = 12;boolean.MechanicusInfo mechanicus_info = 5;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
-
hasMechanicusInfo
boolean hasMechanicusInfo().MechanicusInfo mechanicus_info = 5;- Returns:
- Whether the mechanicusInfo field is set.
-
getMechanicusInfo
MechanicusInfoOuterClass.MechanicusInfo getMechanicusInfo().MechanicusInfo mechanicus_info = 5;- Returns:
- The mechanicusInfo.
-
getMechanicusInfoOrBuilder
MechanicusInfoOuterClass.MechanicusInfoOrBuilder getMechanicusInfoOrBuilder().MechanicusInfo mechanicus_info = 5; -
getRetcode
int getRetcode()int32 retcode = 12;- Returns:
- The retcode.
-