|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Entity | |
---|---|
jeux |
Uses of Entity in jeux |
---|
Subclasses of Entity in jeux | |
---|---|
class |
Bullet
|
class |
Monster
|
class |
Player
|
Fields in jeux with type parameters of type Entity | |
---|---|
private java.util.Vector<Entity> |
World.entities
La collection des entités qui peuplent le monde. |
Methods in jeux that return types with arguments of type Entity | |
---|---|
java.util.Vector<Entity> |
World.getEntities()
|
Methods in jeux with parameters of type Entity | |
---|---|
void |
World.addEntity(Entity entity)
|
void |
World.removeEntity(Entity entity)
|
Method parameters in jeux with type arguments of type Entity | |
---|---|
void |
World.setEntities(java.util.Vector<Entity> entities)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |