Package emu.grasscutter.net.proto
Interface HomeSetBlueprintSlotOptionRspOuterClass.HomeSetBlueprintSlotOptionRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeSetBlueprintSlotOptionRspOuterClass.HomeSetBlueprintSlotOptionRsp,HomeSetBlueprintSlotOptionRspOuterClass.HomeSetBlueprintSlotOptionRsp.Builder
- Enclosing class:
- HomeSetBlueprintSlotOptionRspOuterClass
public static interface HomeSetBlueprintSlotOptionRspOuterClass.HomeSetBlueprintSlotOptionRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_allow_copy = 15;intint32 retcode = 5;intuint32 slot_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
-
getRetcode
int getRetcode()int32 retcode = 5;- Returns:
- The retcode.
-
getIsAllowCopy
boolean getIsAllowCopy()bool is_allow_copy = 15;- Returns:
- The isAllowCopy.
-
getSlotId
int getSlotId()uint32 slot_id = 10;- Returns:
- The slotId.
-