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