Class EntityComponent

java.lang.Object
org.variantsync.diffdetective.show.engine.EntityComponent
Direct Known Subclasses:
Behaviour, EntityGraphics, Hitbox

public abstract class EntityComponent extends Object
  • Field Details

    • entity

      private Entity entity
  • Constructor Details

    • EntityComponent

      public EntityComponent()
  • Method Details

    • setEntity

      protected void setEntity(Entity entity)
    • getEntity

      public Entity getEntity()