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 = 9;intgetIncludedFurnitureIndexList(int index) repeated int32 included_furniture_index_list = 11;intrepeated int32 included_furniture_index_list = 11;repeated int32 included_furniture_index_list = 11;booleanbool is_allow_summon = 1;.Vector spawn_pos = 2;.Vector spawn_pos = 2;intuint32 suite_id = 4;boolean.Vector spawn_pos = 2;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 = 2;- Returns:
- Whether the spawnPos field is set.
-
getSpawnPos
VectorOuterClass.Vector getSpawnPos().Vector spawn_pos = 2;- Returns:
- The spawnPos.
-
getSpawnPosOrBuilder
VectorOuterClass.VectorOrBuilder getSpawnPosOrBuilder().Vector spawn_pos = 2; -
getGuid
int getGuid()uint32 guid = 9;- Returns:
- The guid.
-
getSuiteId
int getSuiteId()uint32 suite_id = 4;- Returns:
- The suiteId.
-
getIsAllowSummon
boolean getIsAllowSummon()bool is_allow_summon = 1;- Returns:
- The isAllowSummon.
-
getIncludedFurnitureIndexListList
repeated int32 included_furniture_index_list = 11;- Returns:
- A list containing the includedFurnitureIndexList.
-
getIncludedFurnitureIndexListCount
int getIncludedFurnitureIndexListCount()repeated int32 included_furniture_index_list = 11;- Returns:
- The count of includedFurnitureIndexList.
-
getIncludedFurnitureIndexList
int getIncludedFurnitureIndexList(int index) repeated int32 included_furniture_index_list = 11;- Parameters:
index- The index of the element to return.- Returns:
- The includedFurnitureIndexList at the given index.
-