Package emu.grasscutter.net.proto
Interface GadgetInteractReqOuterClass.GadgetInteractReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GadgetInteractReqOuterClass.GadgetInteractReq,GadgetInteractReqOuterClass.GadgetInteractReq.Builder
- Enclosing class:
- GadgetInteractReqOuterClass
public static interface GadgetInteractReqOuterClass.GadgetInteractReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gadget_entity_id = 2;intuint32 gadget_id = 3;booleanbool is_use_condense_resin = 9;.InterOpType op_type = 8;int.InterOpType op_type = 8;.ResinCostType resin_cost_type = 4;int.ResinCostType resin_cost_type = 4;intuint32 ui_interact_id = 11;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 = 8;- Returns:
- The enum numeric value on the wire for opType.
-
getOpType
InterOpTypeOuterClass.InterOpType getOpType().InterOpType op_type = 8;- Returns:
- The opType.
-
getResinCostTypeValue
int getResinCostTypeValue().ResinCostType resin_cost_type = 4;- Returns:
- The enum numeric value on the wire for resinCostType.
-
getResinCostType
ResinCostTypeOuterClass.ResinCostType getResinCostType().ResinCostType resin_cost_type = 4;- Returns:
- The resinCostType.
-
getIsUseCondenseResin
boolean getIsUseCondenseResin()bool is_use_condense_resin = 9;- Returns:
- The isUseCondenseResin.
-
getGadgetId
int getGadgetId()uint32 gadget_id = 3;- Returns:
- The gadgetId.
-
getUiInteractId
int getUiInteractId()uint32 ui_interact_id = 11;- Returns:
- The uiInteractId.
-
getGadgetEntityId
int getGadgetEntityId()uint32 gadget_entity_id = 2;- Returns:
- The gadgetEntityId.
-