Package studio.mevera.imperat.adventure
Class CastingAdventure<S>
java.lang.Object
studio.mevera.imperat.adventure.CastingAdventure<S>
- All Implemented Interfaces:
AdventureProvider<S>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface studio.mevera.imperat.adventure.AdventureProvider
audience, close, createHelpComponent, send, send
-
Constructor Details
-
CastingAdventure
public CastingAdventure()
-
-
Method Details
-
audience
Description copied from interface:AdventureProviderObtains anAudiencefor the specified source.- Specified by:
audiencein interfaceAdventureProvider<S>- Parameters:
sender- the source from which theAudienceis derived- Returns:
- the
Audiencecorresponding to the given source
-