Package emu.grasscutter.net.proto
Interface HomeModuleComfortInfoOuterClass.HomeModuleComfortInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeModuleComfortInfoOuterClass.HomeModuleComfortInfo,HomeModuleComfortInfoOuterClass.HomeModuleComfortInfo.Builder
- Enclosing class:
- HomeModuleComfortInfoOuterClass
public static interface HomeModuleComfortInfoOuterClass.HomeModuleComfortInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 module_id = 1;intuint32 room_scene_comfort_value = 9;intgetWorldSceneBlockComfortValueList(int index) repeated uint32 world_scene_block_comfort_value_list = 5;intrepeated uint32 world_scene_block_comfort_value_list = 5;repeated uint32 world_scene_block_comfort_value_list = 5;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
-
getRoomSceneComfortValue
int getRoomSceneComfortValue()uint32 room_scene_comfort_value = 9;- Returns:
- The roomSceneComfortValue.
-
getWorldSceneBlockComfortValueListList
repeated uint32 world_scene_block_comfort_value_list = 5;- Returns:
- A list containing the worldSceneBlockComfortValueList.
-
getWorldSceneBlockComfortValueListCount
int getWorldSceneBlockComfortValueListCount()repeated uint32 world_scene_block_comfort_value_list = 5;- Returns:
- The count of worldSceneBlockComfortValueList.
-
getWorldSceneBlockComfortValueList
int getWorldSceneBlockComfortValueList(int index) repeated uint32 world_scene_block_comfort_value_list = 5;- Parameters:
index- The index of the element to return.- Returns:
- The worldSceneBlockComfortValueList at the given index.
-
getModuleId
int getModuleId()uint32 module_id = 1;- Returns:
- The moduleId.
-