Package emu.grasscutter.net.proto
Interface SetSceneWeatherAreaReqOuterClass.SetSceneWeatherAreaReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetSceneWeatherAreaReqOuterClass.SetSceneWeatherAreaReq,SetSceneWeatherAreaReqOuterClass.SetSceneWeatherAreaReq.Builder
- Enclosing class:
- SetSceneWeatherAreaReqOuterClass
public static interface SetSceneWeatherAreaReqOuterClass.SetSceneWeatherAreaReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsWeatherValueMap(int key) map<uint32, string> weather_value_map = 8;intuint32 weather_gadget_id = 12;Deprecated.intmap<uint32, string> weather_value_map = 8;map<uint32, string> weather_value_map = 8;getWeatherValueMapOrDefault(int key, String defaultValue) map<uint32, string> weather_value_map = 8;getWeatherValueMapOrThrow(int key) map<uint32, string> weather_value_map = 8;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
-
getWeatherValueMapCount
int getWeatherValueMapCount()map<uint32, string> weather_value_map = 8; -
containsWeatherValueMap
boolean containsWeatherValueMap(int key) map<uint32, string> weather_value_map = 8; -
getWeatherValueMap
Deprecated.UsegetWeatherValueMapMap()instead. -
getWeatherValueMapMap
map<uint32, string> weather_value_map = 8; -
getWeatherValueMapOrDefault
map<uint32, string> weather_value_map = 8; -
getWeatherValueMapOrThrow
map<uint32, string> weather_value_map = 8; -
getWeatherGadgetId
int getWeatherGadgetId()uint32 weather_gadget_id = 12;- Returns:
- The weatherGadgetId.
-