Interface FPlayer

All Superinterfaces:
FEntity
All Known Implementing Classes:
FPlayer.FPlayerImpl

public interface FPlayer extends FEntity
This is a platform-dynamic, Flectone player. All actions done through Flectone involving a player most likely are done through FPlayer.

For example, plugins using the Bukkit API can get an instance of the FPlayer object by simply using Entity.getUniqueId() and using FPlayerService's UUID getFPlayer method.

See Also: