Class AbstractExtension

java.lang.Object
com.tenio.common.logger.AbstractLogger
com.tenio.core.extension.AbstractExtension

public abstract class AbstractExtension extends com.tenio.common.logger.AbstractLogger
This class provides you all the necessary APIs for your own logic game handling.
  • Constructor Details

    • AbstractExtension

      public AbstractExtension()
  • Method Details

    • api

      public final ServerApi api()
      Retrieves the api object.
      Returns:
      the api object.
    • response

      public final Response response()
      Retrieves the response object.
      Returns:
      the response object
    • array

      public final com.tenio.common.data.ZeroArray array()
      Retrieves the zero array.
      Returns:
      the zero array
    • object

      public final com.tenio.common.data.ZeroObject object()
      Retrieves the zero object.
      Returns:
      the zero object
    • roomSetting

      public InitialRoomSetting.Builder roomSetting()
      Retrieves the initialized room setting.
      Returns:
      the initialized room setting