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 = 11;intuint32 room_scene_comfort_value = 10;intgetWorldSceneBlockComfortValueList(int index) repeated uint32 world_scene_block_comfort_value_list = 7;intrepeated uint32 world_scene_block_comfort_value_list = 7;repeated uint32 world_scene_block_comfort_value_list = 7;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
-
getModuleId
int getModuleId()uint32 module_id = 11;- Returns:
- The moduleId.
-
getWorldSceneBlockComfortValueListList
repeated uint32 world_scene_block_comfort_value_list = 7;- Returns:
- A list containing the worldSceneBlockComfortValueList.
-
getWorldSceneBlockComfortValueListCount
int getWorldSceneBlockComfortValueListCount()repeated uint32 world_scene_block_comfort_value_list = 7;- Returns:
- The count of worldSceneBlockComfortValueList.
-
getWorldSceneBlockComfortValueList
int getWorldSceneBlockComfortValueList(int index) repeated uint32 world_scene_block_comfort_value_list = 7;- Parameters:
index- The index of the element to return.- Returns:
- The worldSceneBlockComfortValueList at the given index.
-
getRoomSceneComfortValue
int getRoomSceneComfortValue()uint32 room_scene_comfort_value = 10;- Returns:
- The roomSceneComfortValue.
-