java.lang.Object
me.remigio07.chatplugin.api.common.util.adapter.motd.FaviconAdapter

public class FaviconAdapter extends Object
Environment indipendent (Bukkit, Sponge, BungeeCord and Velocity) favicon adapter.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructs a favicon adapter that accepts one of the following specified as input: Favicon for Sponge environments Favicon for BungeeCord environments Favicon for Velocity environments
  • Method Summary

    Modifier and Type
    Method
    Description
    net.md_5.bungee.api.Favicon
    Gets the favicon adapted for BungeeCord environments.
    org.spongepowered.api.network.status.Favicon
    Gets the favicon adapted for Sponge environments.
    com.velocitypowered.api.util.Favicon
    Gets the favicon adapted for Velocity environments.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FaviconAdapter

      public FaviconAdapter(Object favicon)
      Constructs a favicon adapter that accepts one of the following specified as input:
      • Favicon for Sponge environments
      • Favicon for BungeeCord environments
      • Favicon for Velocity environments
      Parameters:
      favicon - Favicon object
  • Method Details