Uses of Class
fr.fuzeblocks.homeplugin.tpa.TpaRequest
Packages that use TpaRequest
- 
Uses of TpaRequest in fr.fuzeblocks.homeplugin.eventMethods in fr.fuzeblocks.homeplugin.event that return TpaRequestModifier and TypeMethodDescriptionOnTpaAcceptedEvent.getTpaRequest()Gets tpa request.OnTpaCreatedEvent.getTpaRequest()Gets tpa request.OnTpaDeniedEvent.getTpaRequest()Gets tpa request.Constructors in fr.fuzeblocks.homeplugin.event with parameters of type TpaRequestModifierConstructorDescriptionOnEventAction(TpaRequest tpaRequest) Convenience constructor for TPA events.OnTpaAcceptedEvent(TpaRequest tpaRequest) Instantiates a new On tpa accepted event.OnTpaCreatedEvent(TpaRequest tpaRequest) Instantiates a new On tpa created event.OnTpaDeniedEvent(TpaRequest tpaRequest) Instantiates a new On tpa denied event.
- 
Uses of TpaRequest in fr.fuzeblocks.homeplugin.tpaMethods in fr.fuzeblocks.homeplugin.tpa that return TpaRequestModifier and TypeMethodDescriptionstatic TpaRequestTpaManager.getRequest(UUID targetId) Gets request.