Package emu.grasscutter.net.proto
Interface PlayerGetForceQuitBanInfoRspOuterClass.PlayerGetForceQuitBanInfoRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerGetForceQuitBanInfoRspOuterClass.PlayerGetForceQuitBanInfoRsp,PlayerGetForceQuitBanInfoRspOuterClass.PlayerGetForceQuitBanInfoRsp.Builder
- Enclosing class:
- PlayerGetForceQuitBanInfoRspOuterClass
public static interface PlayerGetForceQuitBanInfoRspOuterClass.PlayerGetForceQuitBanInfoRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 expire_time = 11;intuint32 match_id = 7;intint32 retcode = 6;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
-
getRetcode
int getRetcode()int32 retcode = 6;- Returns:
- The retcode.
-
getMatchId
int getMatchId()uint32 match_id = 7;- Returns:
- The matchId.
-
getExpireTime
int getExpireTime()uint32 expire_time = 11;- Returns:
- The expireTime.
-