All Implemented Interfaces:
EntityRenderedListener, EntityRenderListener, ICollisionEntity, ICombatEntity, IEntity, Tweenable, java.util.EventListener

public class Prop
extends CombatEntity
  • Constructor Details

    • Prop

      public Prop​(java.lang.String spritesheetName)
      Instantiates a new Prop entity.
      Parameters:
      spritesheetName - The spritesheet name of this prop.
    • Prop

      public Prop​(double x, double y, java.lang.String spritesheetName)
      Instantiates a new Prop entity.
      Parameters:
      x - The x-coordinate of this prop.
      y - The y-coordinate of this prop.
      spritesheetName - The spritesheet name of this prop.
    • Prop

      public Prop​(double x, double y, java.lang.String spritesheetName, Material material)
      Instantiates a new Prop entity.
      Parameters:
      x - The x-coordinate of this prop.
      y - The y-coordinate of this prop.
      spritesheetName - The spritesheet name of this prop.
      material - The material of this prop.
    • Prop

      public Prop​(java.awt.geom.Point2D location, java.lang.String spritesheetName)
      Instantiates a new Prop entity.
      Parameters:
      location - The location of this prop.
      spritesheetName - The spritesheet name of this prop.
    • Prop

      public Prop​(java.awt.geom.Point2D location, java.lang.String spritesheetName, Material material)
      Instantiates a new Prop entity.
      Parameters:
      location - The location of this prop.
      spritesheetName - The spritesheet name of this prop.
      material - The material of this prop.
  • Method Details