Package emu.grasscutter.net.proto
Interface SceneAreaWeatherNotifyOuterClass.SceneAreaWeatherNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SceneAreaWeatherNotifyOuterClass.SceneAreaWeatherNotify,SceneAreaWeatherNotifyOuterClass.SceneAreaWeatherNotify.Builder
- Enclosing class:
- SceneAreaWeatherNotifyOuterClass
public static interface SceneAreaWeatherNotifyOuterClass.SceneAreaWeatherNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsWeatherValueMap(int key) map<uint32, string> weather_value_map = 10;intuint32 climate_type = 7;floatfloat trans_duration = 1;intuint32 weather_area_id = 15;intuint32 weather_gadget_id = 13;Deprecated.intmap<uint32, string> weather_value_map = 10;map<uint32, string> weather_value_map = 10;getWeatherValueMapOrDefault(int key, String defaultValue) map<uint32, string> weather_value_map = 10;getWeatherValueMapOrThrow(int key) map<uint32, string> weather_value_map = 10;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 = 10; -
containsWeatherValueMap
boolean containsWeatherValueMap(int key) map<uint32, string> weather_value_map = 10; -
getWeatherValueMap
Deprecated.UsegetWeatherValueMapMap()instead. -
getWeatherValueMapMap
map<uint32, string> weather_value_map = 10; -
getWeatherValueMapOrDefault
map<uint32, string> weather_value_map = 10; -
getWeatherValueMapOrThrow
map<uint32, string> weather_value_map = 10; -
getClimateType
int getClimateType()uint32 climate_type = 7;- Returns:
- The climateType.
-
getTransDuration
float getTransDuration()float trans_duration = 1;- Returns:
- The transDuration.
-
getWeatherAreaId
int getWeatherAreaId()uint32 weather_area_id = 15;- Returns:
- The weatherAreaId.
-
getWeatherGadgetId
int getWeatherGadgetId()uint32 weather_gadget_id = 13;- Returns:
- The weatherGadgetId.
-