Package emu.grasscutter.net.proto
Interface AvatarExpeditionInfoOuterClass.AvatarExpeditionInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo,AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo.Builder
- Enclosing class:
- AvatarExpeditionInfoOuterClass
public static interface AvatarExpeditionInfoOuterClass.AvatarExpeditionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getStateValue
int getStateValue().AvatarExpeditionState state = 1;- Returns:
- The enum numeric value on the wire for state.
-
getState
.AvatarExpeditionState state = 1;- Returns:
- The state.
-
getExpId
int getExpId()uint32 exp_id = 2;- Returns:
- The expId.
-
getHourTime
int getHourTime()uint32 hour_time = 3;- Returns:
- The hourTime.
-
getStartTime
int getStartTime()uint32 start_time = 4;- Returns:
- The startTime.
-
getShortenRatio
float getShortenRatio()float shorten_ratio = 5;- Returns:
- The shortenRatio.
-