Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
O
P
Q
R
S
T
U
V
W
_
I
IDestroyable
- Interface in
source.ucregents.playground.samplegame
IForceEntity
- Interface in
source.ucregents.playground.physics
Any entity that implements this interface is considered a force entity that will act forces upon other entities upon certian conditions such as ther distance from the entity or the location of the other entity.
increaseVelocity(Vector2d)
- Method in class source.ucregents.playground.physics.
MovingEntity
Increases the velocity by the given value
increaseXVelocity(double)
- Method in class source.ucregents.playground.physics.
MovingEntity
Increases the velocity in the x direction
increaseYVelocity(double)
- Method in class source.ucregents.playground.physics.
MovingEntity
Increases the velocity in the y direction
InternalEntityRegistration(BaseEntity)
- Method in class source.ucregents.playground.physics.
Arena
InternalEntityRegistration(BaseEntity)
- Method in class source.ucregents.playground.physics.
BaseDisplayPanel
InternalEntityUnregistration(BaseEntity)
- Method in class source.ucregents.playground.gui.
EditorPanel
InternalEntityUnregistration(BaseEntity)
- Method in class source.ucregents.playground.physics.
Arena
InternalEntityUnregistration(BaseEntity)
- Method in class source.ucregents.playground.physics.
BaseDisplayPanel
Unregisters an entity with the Panel, the entity will be removed after every other entity has been moved and drawn.
internalFrameActivated(InternalFrameEvent)
- Method in class source.ucregents.playground.gui.
DesktopArena
internalFrameClosed(InternalFrameEvent)
- Method in class source.ucregents.playground.gui.
DesktopArena
internalFrameClosing(InternalFrameEvent)
- Method in class source.ucregents.playground.gui.
DesktopArena
internalFrameDeactivated(InternalFrameEvent)
- Method in class source.ucregents.playground.gui.
DesktopArena
internalFrameDeiconified(InternalFrameEvent)
- Method in class source.ucregents.playground.gui.
DesktopArena
internalFrameIconified(InternalFrameEvent)
- Method in class source.ucregents.playground.gui.
DesktopArena
internalFrameOpened(InternalFrameEvent)
- Method in class source.ucregents.playground.gui.
DesktopArena
intersects(Rectangle2D)
- Method in class source.ucregents.playground.physics.
Polygon2D
Test if the polygon is intersected by the given rectangle.
intersects(double, double, double, double)
- Method in class source.ucregents.playground.physics.
Polygon2D
Test if the polygon is intersected by the given rectangle.
IntersectsWith(MovingEntity)
- Method in class source.ucregents.playground.physics.
BaseFieldForceEntity
Returns if any entity is in contact with the field
IntersectsWith(MovingEntity)
- Method in interface source.ucregents.playground.physics.
IForceEntity
IntersectsWith(MovingEntity)
- Method in class source.ucregents.playground.physics.
RangedForceEntity
Determines if it intersects with another entity
IntersectsWithAnything(BaseEntity)
- Method in class source.ucregents.playground.physics.
BaseDisplayPanel
Determines if any party of 1 entity intersects with any other
intervalAdded(ListDataEvent)
- Method in class source.ucregents.playground.gui.
EventManagerFrame
intervalRemoved(ListDataEvent)
- Method in class source.ucregents.playground.gui.
EventManagerFrame
Invoke()
- Method in class source.ucregents.playground.
Core.QueueInfo
isCircle()
- Method in class source.ucregents.playground.physics.
BaseEntity
Tells whether the shape is a circle
isCircle()
- Method in class source.ucregents.playground.physics.
PolygonOrCircle
isCollidable()
- Method in class source.ucregents.playground.physics.
BaseEntity
Determines whether or not this entity can be collided with by other entities.
isCollidable()
- Method in class source.ucregents.playground.physics.
BaseFieldForceEntity
isCollidable()
- Method in class source.ucregents.playground.physics.
RangedForceEntity
isCollidable()
- Method in class source.ucregents.playground.samplegame.
BackgroundTerrain
isCollidable()
- Method in class source.ucregents.playground.samplegame.
Obstacle
isCollidable()
- Method in class source.ucregents.playground.samplegame.planets.
Planet3
isCompiling()
- Static method in class source.ucregents.playground.
CodeCompiler
isDestroyed()
- Method in class source.ucregents.playground.samplegame.
Bot
isDestroyed()
- Method in interface source.ucregents.playground.samplegame.
IDestroyable
isDestroyed()
- Method in class source.ucregents.playground.samplegame.
Obstacle
isEventRegistered(Integer)
- Method in class source.ucregents.playground.physics.
Arena
Checks if a given UserEvent type exists in an entity.
isOverlapping(BaseEntity)
- Method in class source.ucregents.playground.physics.
BaseEntity
Determines whether another polygon is overlapping another using the seperate axis theorem.
isPolygon()
- Method in class source.ucregents.playground.physics.
BaseEntity
Tells whether the shape is a polygon
isPolygon()
- Method in class source.ucregents.playground.physics.
PolygonOrCircle
isSelected()
- Method in class source.ucregents.playground.physics.
BaseEntity
Gets if this entity is selected
isStationary()
- Method in class source.ucregents.playground.physics.
MovingEntity
Gets whether the entity is stationary or not
isUnstoppableForce()
- Method in class source.ucregents.playground.physics.
MovingEntity
Tells whether the entity is user an Unstoppable Force.
isVerbose()
- Method in class source.ucregents.playground.physics.
BaseDisplayPanel
isVisible()
- Method in class source.ucregents.playground.physics.
BaseEntity
Determines whether or not this entity can be seen by the user.
IThink
- Interface in
source.ucregents.playground.samplegame
Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
O
P
Q
R
S
T
U
V
W
_