Package emu.grasscutter.net.proto
Interface HomeFurnitureSuiteDataOuterClass.HomeFurnitureSuiteDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeFurnitureSuiteDataOuterClass.HomeFurnitureSuiteData,HomeFurnitureSuiteDataOuterClass.HomeFurnitureSuiteData.Builder
- Enclosing class:
- HomeFurnitureSuiteDataOuterClass
public static interface HomeFurnitureSuiteDataOuterClass.HomeFurnitureSuiteDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetGuid()uint32 guid = 5;intgetIncludedFurnitureIndexList(int index) repeated int32 includedFurnitureIndexList = 4;intrepeated int32 includedFurnitureIndexList = 4;repeated int32 includedFurnitureIndexList = 4;booleanbool isAllowSummon = 1;.Vector spawn_pos = 15;.Vector spawn_pos = 15;intuint32 suite_id = 6;boolean.Vector spawn_pos = 15;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
-
hasSpawnPos
boolean hasSpawnPos().Vector spawn_pos = 15;- Returns:
- Whether the spawnPos field is set.
-
getSpawnPos
VectorOuterClass.Vector getSpawnPos().Vector spawn_pos = 15;- Returns:
- The spawnPos.
-
getSpawnPosOrBuilder
VectorOuterClass.VectorOrBuilder getSpawnPosOrBuilder().Vector spawn_pos = 15; -
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.
-
getGuid
int getGuid()uint32 guid = 5;- Returns:
- The guid.
-
getSuiteId
int getSuiteId()uint32 suite_id = 6;- Returns:
- The suiteId.
-
getIsAllowSummon
boolean getIsAllowSummon()bool isAllowSummon = 1;- Returns:
- The isAllowSummon.
-