Package emu.grasscutter.net.proto
Interface PlayerGameTimeByLuaNotifyOuterClass.PlayerGameTimeByLuaNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerGameTimeByLuaNotifyOuterClass.PlayerGameTimeByLuaNotify,PlayerGameTimeByLuaNotifyOuterClass.PlayerGameTimeByLuaNotify.Builder
- Enclosing class:
- PlayerGameTimeByLuaNotifyOuterClass
public static interface PlayerGameTimeByLuaNotifyOuterClass.PlayerGameTimeByLuaNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 game_time = 12;intuint32 sim_speed = 14;intgetUid()uint32 uid = 8;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
-
getGameTime
int getGameTime()uint32 game_time = 12;- Returns:
- The gameTime.
-
getUid
int getUid()uint32 uid = 8;- Returns:
- The uid.
-
getSimSpeed
int getSimSpeed()uint32 sim_speed = 14;- Returns:
- The simSpeed.
-