Package universum.bi

Interface Summary
Being Being is interface for living creatures.
BeingInterface The BeingInterface defines everything being knows about reality it lives in.
Entity Everything in the world should implement this interface.
EntityInterface Interface between engine and entity.
 

Class Summary
BeingParams BeingParams define parameters of the being constructed at the start of the game and born during the game
Constants Class containing basic constants affecting game rules.
Event Event is an abstraction describing both actions and events in Electric Jungle.
Location Location defines the point in the space of game universe.
PointInfo Information on particular point of the universe.
UserGameInfo Pure data class containing info about game visible to user, passed to reinit() metod of Being
 

Enum Summary
EventKind Kind of an event.
GameKind Kind of the game.