Package fr.fuzeblocks.homeplugin.rtp
Class LocalRtpRequestStore
java.lang.Object
fr.fuzeblocks.homeplugin.rtp.LocalRtpRequestStore
- All Implemented Interfaces:
- RtpRequestStore
The type Local rtp request store.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddRtpRequest(UUID playerId, Long timestamp) Add rtp request.Gets all rtp requests.getRtpRequest(UUID playerId) Gets rtp request.booleanhasRtpRequest(UUID playerId) Has rtp request boolean.voidremoveRtpRequest(UUID playerId) Remove rtp request.
- 
Constructor Details- 
LocalRtpRequestStorepublic LocalRtpRequestStore()
 
- 
- 
Method Details- 
addRtpRequestDescription copied from interface:RtpRequestStoreAdd rtp request.- Specified by:
- addRtpRequestin interface- RtpRequestStore
- Parameters:
- playerId- the player id
- timestamp- the timestamp
 
- 
getRtpRequestDescription copied from interface:RtpRequestStoreGets rtp request.- Specified by:
- getRtpRequestin interface- RtpRequestStore
- Parameters:
- playerId- the player id
- Returns:
- the rtp request
 
- 
removeRtpRequestDescription copied from interface:RtpRequestStoreRemove rtp request.- Specified by:
- removeRtpRequestin interface- RtpRequestStore
- Parameters:
- playerId- the player id
 
- 
hasRtpRequestDescription copied from interface:RtpRequestStoreHas rtp request boolean.- Specified by:
- hasRtpRequestin interface- RtpRequestStore
- Parameters:
- playerId- the player id
- Returns:
- the boolean
 
- 
getAllRtpRequestsDescription copied from interface:RtpRequestStoreGets all rtp requests.- Specified by:
- getAllRtpRequestsin interface- RtpRequestStore
- Returns:
- the all rtp requests
 
 
-