source.ucregents.playground.samplegame
Class SideWall

java.lang.Object
  extended by source.ucregents.playground.physics.BaseEntity
      extended by source.ucregents.playground.physics.MovingEntity
          extended by source.ucregents.playground.samplegame.SideWall
All Implemented Interfaces:
java.lang.Cloneable

public class SideWall
extends MovingEntity


Constructor Summary
SideWall()
           
 
Method Summary
 boolean isCollidible()
          Determines whether or not this entity can be collided with by other entities.
 
Methods inherited from class source.ucregents.playground.physics.MovingEntity
checkCollisionWith, collide, collide, getCurrentTickVelocity, getCurrentVelocity, getFrictionCoef_Kinetic, getFrictionCoef_Static, getMass, increaseVelocity, move, setCurrentTickVelocity, setCurrentVelocity, setFrictionCoef_Kinetic, setFrictionCoef_Static, setMass
 
Methods inherited from class source.ucregents.playground.physics.BaseEntity
clone, Draw, getActualFrameDimensions, getAxes, getAxis, getBounciness, getCenterPoint, getOrientation, getShape, getShapeFrame, getSideVectors, getULPoint, getVerticesCoordinates, Intersects, isOverlapping, isSelected, isVisible, removeComponents, roundPoint, setBounciness, setCenterPoint, setCenterPoint, setOrientation, setSelected, setShape, setULPoint, setULPoint, setVisible
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SideWall

public SideWall()
Method Detail

isCollidible

public boolean isCollidible()
Description copied from class: MovingEntity
Determines whether or not this entity can be collided with by other entities.

Overrides:
isCollidible in class MovingEntity
Returns:
true if can be collided with