com.jme.input.thirdperson
Interface MovementPermitter


public interface MovementPermitter


Method Summary
 boolean canBeMoved()
           
 

Method Detail

canBeMoved

boolean canBeMoved()
Returns:
true if the implementer (or whatever it is tracking) can be moved at the moment by the ThirdPersonController. This is useful for situations where the character should not move like during fighting animations, sleeping, sitting, etc.