Package emu.grasscutter.net.proto
Interface GadgetInteractRspOuterClass.GadgetInteractRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GadgetInteractRspOuterClass.GadgetInteractRsp,GadgetInteractRspOuterClass.GadgetInteractRsp.Builder
- Enclosing class:
- GadgetInteractRspOuterClass
public static interface GadgetInteractRspOuterClass.GadgetInteractRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gadget_entity_id = 15;intuint32 gadget_id = 13;.InteractType interact_type = 6;int.InteractType interact_type = 6;.InterOpType op_type = 10;int.InterOpType op_type = 10;intint32 retcode = 14;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 = 14;- Returns:
- The retcode.
-
getGadgetId
int getGadgetId()uint32 gadget_id = 13;- Returns:
- The gadgetId.
-
getOpTypeValue
int getOpTypeValue().InterOpType op_type = 10;- Returns:
- The enum numeric value on the wire for opType.
-
getOpType
InterOpTypeOuterClass.InterOpType getOpType().InterOpType op_type = 10;- Returns:
- The opType.
-
getGadgetEntityId
int getGadgetEntityId()uint32 gadget_entity_id = 15;- Returns:
- The gadgetEntityId.
-
getInteractTypeValue
int getInteractTypeValue().InteractType interact_type = 6;- Returns:
- The enum numeric value on the wire for interactType.
-
getInteractType
InteractTypeOuterClass.InteractType getInteractType().InteractType interact_type = 6;- Returns:
- The interactType.
-