Class SpigotSkinApplier

java.lang.Object
org.geysermc.floodgate.pluginmessage.SpigotSkinApplier
All Implemented Interfaces:
org.geysermc.floodgate.skin.SkinApplier

public final class SpigotSkinApplier extends Object implements org.geysermc.floodgate.skin.SkinApplier
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    applySkin(@NonNull org.geysermc.floodgate.api.player.FloodgatePlayer floodgatePlayer, @NonNull org.geysermc.floodgate.api.event.skin.SkinApplyEvent.SkinData skinData, boolean internal)
     

    Methods inherited from class java.lang.Object

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

    • SpigotSkinApplier

      public SpigotSkinApplier()
  • Method Details

    • applySkin

      public void applySkin(@NonNull org.geysermc.floodgate.api.player.FloodgatePlayer floodgatePlayer, @NonNull org.geysermc.floodgate.api.event.skin.SkinApplyEvent.SkinData skinData, boolean internal)
      Specified by:
      applySkin in interface org.geysermc.floodgate.skin.SkinApplier