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 = 8;.InteractType interact_type = 4;int.InteractType interact_type = 4;.InterOpType op_type = 2;int.InterOpType op_type = 2;intint32 retcode = 7;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
-
getOpTypeValue
int getOpTypeValue().InterOpType op_type = 2;- Returns:
- The enum numeric value on the wire for opType.
-
getOpType
InterOpTypeOuterClass.InterOpType getOpType().InterOpType op_type = 2;- Returns:
- The opType.
-
getRetcode
int getRetcode()int32 retcode = 7;- Returns:
- The retcode.
-
getGadgetId
int getGadgetId()uint32 gadget_id = 8;- Returns:
- The gadgetId.
-
getInteractTypeValue
int getInteractTypeValue().InteractType interact_type = 4;- Returns:
- The enum numeric value on the wire for interactType.
-
getInteractType
InteractTypeOuterClass.InteractType getInteractType().InteractType interact_type = 4;- Returns:
- The interactType.
-
getGadgetEntityId
int getGadgetEntityId()uint32 gadget_entity_id = 15;- Returns:
- The gadgetEntityId.
-