Class ProfessionJoinEvent

java.lang.Object
org.bukkit.event.Event
studio.magemonkey.fusion.api.events.FusionEvent
studio.magemonkey.fusion.api.events.ProfessionJoinEvent
All Implemented Interfaces:
org.bukkit.event.Cancellable

public class ProfessionJoinEvent extends FusionEvent
  • Constructor Details

    • ProfessionJoinEvent

      public ProfessionJoinEvent(String professionName, org.bukkit.entity.Player player)
      Constructor for the ProfessionJoinEvent
      Parameters:
      professionName - The name of the profession
      player - The player that joined the profession
  • Method Details

    • getJoinedProfession

      public CraftingTable getJoinedProfession()
      Get the joined profession
      Returns:
      The joined profession