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 = 13;intuint32 climate_type = 2;floatfloat trans_duration = 3;intuint32 weather_area_id = 5;intuint32 weather_gadget_id = 6;Deprecated.intmap<uint32, string> weather_value_map = 13;map<uint32, string> weather_value_map = 13;getWeatherValueMapOrDefault(int key, String defaultValue) map<uint32, string> weather_value_map = 13;getWeatherValueMapOrThrow(int key) map<uint32, string> weather_value_map = 13;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
-
getTransDuration
float getTransDuration()float trans_duration = 3;- Returns:
- The transDuration.
-
getWeatherValueMapCount
int getWeatherValueMapCount()map<uint32, string> weather_value_map = 13; -
containsWeatherValueMap
boolean containsWeatherValueMap(int key) map<uint32, string> weather_value_map = 13; -
getWeatherValueMap
Deprecated.UsegetWeatherValueMapMap()instead. -
getWeatherValueMapMap
map<uint32, string> weather_value_map = 13; -
getWeatherValueMapOrDefault
map<uint32, string> weather_value_map = 13; -
getWeatherValueMapOrThrow
map<uint32, string> weather_value_map = 13; -
getWeatherAreaId
int getWeatherAreaId()uint32 weather_area_id = 5;- Returns:
- The weatherAreaId.
-
getClimateType
int getClimateType()uint32 climate_type = 2;- Returns:
- The climateType.
-
getWeatherGadgetId
int getWeatherGadgetId()uint32 weather_gadget_id = 6;- Returns:
- The weatherGadgetId.
-