Package emu.grasscutter.net.proto
Interface HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo,HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfo.Builder
- Enclosing class:
- HomeBlueprintSlotInfoOuterClass
public static interface HomeBlueprintSlotInfoOuterClass.HomeBlueprintSlotInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 block_id = 2;intuint32 create_time = 12;booleanbool is_allow_copy = 6;intuint32 module_id = 3;intuint32 scene_id = 10;string share_code = 9;com.google.protobuf.ByteStringstring share_code = 9;intuint32 slot_id = 8;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
-
getCreateTime
int getCreateTime()uint32 create_time = 12;- Returns:
- The createTime.
-
getSceneId
int getSceneId()uint32 scene_id = 10;- Returns:
- The sceneId.
-
getModuleId
int getModuleId()uint32 module_id = 3;- Returns:
- The moduleId.
-
getBlockId
int getBlockId()uint32 block_id = 2;- Returns:
- The blockId.
-
getSlotId
int getSlotId()uint32 slot_id = 8;- Returns:
- The slotId.
-
getIsAllowCopy
boolean getIsAllowCopy()bool is_allow_copy = 6;- Returns:
- The isAllowCopy.
-