Package emu.grasscutter.net.proto
Interface HomeSetBlueprintSlotOptionReqOuterClass.HomeSetBlueprintSlotOptionReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeSetBlueprintSlotOptionReqOuterClass.HomeSetBlueprintSlotOptionReq,HomeSetBlueprintSlotOptionReqOuterClass.HomeSetBlueprintSlotOptionReq.Builder
- Enclosing class:
- HomeSetBlueprintSlotOptionReqOuterClass
public static interface HomeSetBlueprintSlotOptionReqOuterClass.HomeSetBlueprintSlotOptionReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_allow_copy = 8;intuint32 slot_id = 3;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
-
getSlotId
int getSlotId()uint32 slot_id = 3;- Returns:
- The slotId.
-
getIsAllowCopy
boolean getIsAllowCopy()bool is_allow_copy = 8;- Returns:
- The isAllowCopy.
-