Package emu.grasscutter.net.proto
Interface SceneWeatherForecastRspOuterClass.SceneWeatherForecastRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SceneWeatherForecastRspOuterClass.SceneWeatherForecastRsp,SceneWeatherForecastRspOuterClass.SceneWeatherForecastRsp.Builder
- Enclosing class:
- SceneWeatherForecastRspOuterClass
public static interface SceneWeatherForecastRspOuterClass.SceneWeatherForecastRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetForecastClimateList(int index) repeated uint32 forecast_climate_list = 15;intrepeated uint32 forecast_climate_list = 15;repeated uint32 forecast_climate_list = 15;longuint64 next_climate_time = 4;intint32 retcode = 12;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
-
getForecastClimateListList
repeated uint32 forecast_climate_list = 15;- Returns:
- A list containing the forecastClimateList.
-
getForecastClimateListCount
int getForecastClimateListCount()repeated uint32 forecast_climate_list = 15;- Returns:
- The count of forecastClimateList.
-
getForecastClimateList
int getForecastClimateList(int index) repeated uint32 forecast_climate_list = 15;- Parameters:
index- The index of the element to return.- Returns:
- The forecastClimateList at the given index.
-
getRetcode
int getRetcode()int32 retcode = 12;- Returns:
- The retcode.
-
getNextClimateTime
long getNextClimateTime()uint64 next_climate_time = 4;- Returns:
- The nextClimateTime.
-