Package emu.grasscutter.net.proto
Interface SelectWorktopOptionRspOuterClass.SelectWorktopOptionRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SelectWorktopOptionRspOuterClass.SelectWorktopOptionRsp,SelectWorktopOptionRspOuterClass.SelectWorktopOptionRsp.Builder
- Enclosing class:
- SelectWorktopOptionRspOuterClass
public static interface SelectWorktopOptionRspOuterClass.SelectWorktopOptionRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gadget_entity_id = 2;intuint32 option_id = 5;intint32 retcode = 9;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 = 2;- Returns:
- The gadgetEntityId.
-
getRetcode
int getRetcode()int32 retcode = 9;- Returns:
- The retcode.
-
getOptionId
int getOptionId()uint32 option_id = 5;- Returns:
- The optionId.
-