barsuift.simLife.universe.physic
Interface Gravity

All Superinterfaces:
Persistent<GravityState>, Subscriber

public interface Gravity
extends Persistent<GravityState>, Subscriber


Method Summary
 void addFallingLeaf(TreeLeaf treeLeaf)
           
 java.util.Set<TreeLeaf> getFallingLeaves()
          Return an unmodifiable Set of falling leaves
 Gravity3D getGravity3D()
           
 
Methods inherited from interface barsuift.simLife.Persistent
getState, synchronize
 
Methods inherited from interface barsuift.simLife.message.Subscriber
update
 

Method Detail

getGravity3D

Gravity3D getGravity3D()

getFallingLeaves

java.util.Set<TreeLeaf> getFallingLeaves()
Return an unmodifiable Set of falling leaves

Returns:
the falling leaves

addFallingLeaf

void addFallingLeaf(TreeLeaf treeLeaf)


Copyright © 2010. All Rights Reserved.