Package emu.grasscutter.net.proto
Interface PingReqOuterClass.PingReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PingReqOuterClass.PingReq,PingReqOuterClass.PingReq.Builder
- Enclosing class:
- PingReqOuterClass
public static interface PingReqOuterClass.PingReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 client_time = 7;com.google.protobuf.ByteStringbytes sc_data = 6;intgetSeq()uint32 seq = 10;doubledouble total_tick_time = 11;floatfloat ue_time = 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
-
getUeTime
float getUeTime()float ue_time = 12;- Returns:
- The ueTime.
-
getSeq
int getSeq()uint32 seq = 10;- Returns:
- The seq.
-
getTotalTickTime
double getTotalTickTime()double total_tick_time = 11;- Returns:
- The totalTickTime.
-
getClientTime
int getClientTime()uint32 client_time = 7;- Returns:
- The clientTime.
-
getScData
com.google.protobuf.ByteString getScData()bytes sc_data = 6;- Returns:
- The scData.
-