Interface IClientPartyMemberDynamicInfoSyncableStorageAPI
public interface IClientPartyMemberDynamicInfoSyncableStorageAPI
API for dynamic info (locations) of ally players
-
Method Summary
Modifier and TypeMethodDescriptionGets a stream of all player dynamic info (e.g.getForPlayer
(UUID playerId) Gets the dynamic info (e.g.
-
Method Details
-
getForPlayer
Gets the dynamic info (e.g. position) for a specified player UUID.- Parameters:
playerId
- the player UUID, not null- Returns:
- the dynamic info
-
getAllStream
Stream<IPartyMemberDynamicInfoSyncableAPI> getAllStream()Gets a stream of all player dynamic info (e.g. positions).- Returns:
- a
Stream
of all dynamic info
-