jar

io.github.congcoi123 : tenio-engine

Maven & Gradle

Oct 16, 2021
2 stars

TenIO is a java NIO (Non-blocking I/O) based server specifically designed for multiplayer games. It supports UDP and TCP transports which are handled by Netty for high-speed network transmission. This is the engine module for the game related handlers of the framework.

Table Of Contents

Latest Version

Download io.github.congcoi123 : tenio-engine JAR file - Latest Versions:

All Versions

Download io.github.congcoi123 : tenio-engine JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window tenio-engine-0.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.tenio.engine.ecs.pool

├─ com.tenio.engine.ecs.pool.ComponentPool.class - [JAR]

├─ com.tenio.engine.ecs.pool.EntityPool.class - [JAR]

com.tenio.engine.fsm.entity

├─ com.tenio.engine.fsm.entity.AbstractEntity.class - [JAR]

├─ com.tenio.engine.fsm.entity.FsmComponent.class - [JAR]

├─ com.tenio.engine.fsm.entity.State.class - [JAR]

├─ com.tenio.engine.fsm.entity.Telegram.class - [JAR]

com.tenio.engine.fsm

├─ com.tenio.engine.fsm.Component.class - [JAR]

├─ com.tenio.engine.fsm.EntityManager.class - [JAR]

├─ com.tenio.engine.fsm.MessageDispatcher.class - [JAR]

├─ com.tenio.engine.fsm.MessageListener.class - [JAR]

com.tenio.engine.ecs.system

├─ com.tenio.engine.ecs.system.ExecuteSystem.class - [JAR]

├─ com.tenio.engine.ecs.system.InitializeSystem.class - [JAR]

├─ com.tenio.engine.ecs.system.RenderSystem.class - [JAR]

├─ com.tenio.engine.ecs.system.System.class - [JAR]

├─ com.tenio.engine.ecs.system.TearDownSystem.class - [JAR]

com.tenio.engine.physic2d.graphic

├─ com.tenio.engine.physic2d.graphic.Paint.class - [JAR]

├─ com.tenio.engine.physic2d.graphic.Renderable.class - [JAR]

com.tenio.engine.ecs.basis.implement

├─ com.tenio.engine.ecs.basis.implement.ContextImpl.class - [JAR]

├─ com.tenio.engine.ecs.basis.implement.ContextInfo.class - [JAR]

├─ com.tenio.engine.ecs.basis.implement.EntityImpl.class - [JAR]

com.tenio.engine.ecs.basis

├─ com.tenio.engine.ecs.basis.Component.class - [JAR]

├─ com.tenio.engine.ecs.basis.Context.class - [JAR]

├─ com.tenio.engine.ecs.basis.Entity.class - [JAR]

com.tenio.engine.physic2d.utility

├─ com.tenio.engine.physic2d.utility.Cell.class - [JAR]

├─ com.tenio.engine.physic2d.utility.CellSpacePartition.class - [JAR]

├─ com.tenio.engine.physic2d.utility.EntitiesRelationship.class - [JAR]

├─ com.tenio.engine.physic2d.utility.Geometry.class - [JAR]

├─ com.tenio.engine.physic2d.utility.Smoother.class - [JAR]

├─ com.tenio.engine.physic2d.utility.SmootherVector.class - [JAR]

├─ com.tenio.engine.physic2d.utility.Transformation.class - [JAR]

com.tenio.engine.constant

├─ com.tenio.engine.constant.EngineConstant.class - [JAR]

com.tenio.engine.exception

├─ com.tenio.engine.exception.ComponentIsNotExistedException.class - [JAR]

├─ com.tenio.engine.exception.DuplicatedComponentException.class - [JAR]

├─ com.tenio.engine.exception.DuplicatedEntityException.class - [JAR]

├─ com.tenio.engine.exception.HeartbeatNotFoundException.class - [JAR]

com.tenio.engine.message

├─ com.tenio.engine.message.ExtraMessage.class - [JAR]

com.tenio.engine.physic2d.math

├─ com.tenio.engine.physic2d.math.Matrix3.class - [JAR]

├─ com.tenio.engine.physic2d.math.Vector2.class - [JAR]

com.tenio.engine.heartbeat.ecs

├─ com.tenio.engine.heartbeat.ecs.EcsHeartBeat.class - [JAR]

com.tenio.engine.heartbeat

├─ com.tenio.engine.heartbeat.AbstractHeartBeat.class - [JAR]

├─ com.tenio.engine.heartbeat.HeartBeatManager.class - [JAR]

├─ com.tenio.engine.heartbeat.HeartBeatManagerImpl.class - [JAR]

├─ com.tenio.engine.heartbeat.HeartbeatMessage.class - [JAR]

com.tenio.engine.physic2d.graphic.window

├─ com.tenio.engine.physic2d.graphic.window.Windows.class - [JAR]

com.tenio.engine.physic2d.common

├─ com.tenio.engine.physic2d.common.BaseGameEntity.class - [JAR]

├─ com.tenio.engine.physic2d.common.InvertedAabbBox2D.class - [JAR]

├─ com.tenio.engine.physic2d.common.MoveableEntity.class - [JAR]

├─ com.tenio.engine.physic2d.common.Path.class - [JAR]

com.tenio.engine.ecs.system.implement

├─ com.tenio.engine.ecs.system.implement.AbstractSystem.class - [JAR]

├─ com.tenio.engine.ecs.system.implement.Systems.class - [JAR]

Advertisement