Package emu.grasscutter.net.proto
Interface HomeFurnitureCustomSuiteDataOuterClass.HomeFurnitureCustomSuiteDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeFurnitureCustomSuiteDataOuterClass.HomeFurnitureCustomSuiteData,HomeFurnitureCustomSuiteDataOuterClass.HomeFurnitureCustomSuiteData.Builder
- Enclosing class:
- HomeFurnitureCustomSuiteDataOuterClass
public static interface HomeFurnitureCustomSuiteDataOuterClass.HomeFurnitureCustomSuiteDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetGuid()uint32 guid = 2;intgetIncludedFurnitureIndexList(int index) repeated int32 includedFurnitureIndexList = 4;intrepeated int32 includedFurnitureIndexList = 4;repeated int32 includedFurnitureIndexList = 4;.Vector spawn_pos = 10;.Vector spawn_pos = 10;boolean.Vector spawn_pos = 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
-
getGuid
int getGuid()uint32 guid = 2;- Returns:
- The guid.
-
getIncludedFurnitureIndexListList
repeated int32 includedFurnitureIndexList = 4;- Returns:
- A list containing the includedFurnitureIndexList.
-
getIncludedFurnitureIndexListCount
int getIncludedFurnitureIndexListCount()repeated int32 includedFurnitureIndexList = 4;- Returns:
- The count of includedFurnitureIndexList.
-
getIncludedFurnitureIndexList
int getIncludedFurnitureIndexList(int index) repeated int32 includedFurnitureIndexList = 4;- Parameters:
index- The index of the element to return.- Returns:
- The includedFurnitureIndexList at the given index.
-
hasSpawnPos
boolean hasSpawnPos().Vector spawn_pos = 10;- Returns:
- Whether the spawnPos field is set.
-
getSpawnPos
VectorOuterClass.Vector getSpawnPos().Vector spawn_pos = 10;- Returns:
- The spawnPos.
-
getSpawnPosOrBuilder
VectorOuterClass.VectorOrBuilder getSpawnPosOrBuilder().Vector spawn_pos = 10;
-