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 Type
    Method
    Description
    int
    uint32 game_time = 12;
    int
    uint32 sim_speed = 14;
    int
    uint32 uid = 8;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.