Package emu.grasscutter.net.proto
Interface FoundationRspOuterClass.FoundationRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FoundationRspOuterClass.FoundationRsp,FoundationRspOuterClass.FoundationRsp.Builder
- Enclosing class:
- FoundationRspOuterClass
public static interface FoundationRspOuterClass.FoundationRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 building_id = 10;intuint32 gadget_entity_id = 2;.FoundationOpType op_type = 14;int.FoundationOpType op_type = 14;intuint32 point_config_id = 6;intint32 retcode = 15;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 = 15;- Returns:
- The retcode.
-
getBuildingId
int getBuildingId()uint32 building_id = 10;- Returns:
- The buildingId.
-
getOpTypeValue
int getOpTypeValue().FoundationOpType op_type = 14;- Returns:
- The enum numeric value on the wire for opType.
-
getOpType
FoundationOpTypeOuterClass.FoundationOpType getOpType().FoundationOpType op_type = 14;- Returns:
- The opType.
-
getGadgetEntityId
int getGadgetEntityId()uint32 gadget_entity_id = 2;- Returns:
- The gadgetEntityId.
-
getPointConfigId
int getPointConfigId()uint32 point_config_id = 6;- Returns:
- The pointConfigId.
-