Class CastingAdventure<S>

java.lang.Object
studio.mevera.imperat.adventure.CastingAdventure<S>
All Implemented Interfaces:
AdventureProvider<S>

public abstract class CastingAdventure<S> extends Object implements AdventureProvider<S>
  • Constructor Details

    • CastingAdventure

      public CastingAdventure()
  • Method Details

    • audience

      public final net.kyori.adventure.audience.Audience audience(S sender)
      Description copied from interface: AdventureProvider
      Obtains an Audience for the specified source.
      Specified by:
      audience in interface AdventureProvider<S>
      Parameters:
      sender - the source from which the Audience is derived
      Returns:
      the Audience corresponding to the given source