|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsource.ucregents.playground.physics.BaseEntity
source.ucregents.playground.physics.MovingEntity
source.ucregents.playground.samplegame.SideWall
public class SideWall
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 |
---|
public SideWall()
Method Detail |
---|
public boolean isCollidible()
MovingEntity
isCollidible
in class MovingEntity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |