Interface Sender.Player<T>

Enclosing class:
Sender

public static interface Sender.Player<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    @NotNull UUID
     
    @Nullable World
     
  • Method Details

    • getPlayer

      @NotNull T getPlayer()
    • getUUID

      @NotNull @NotNull UUID getUUID()
    • getWorld

      @Nullable @Nullable World getWorld()