Class GeyserSpigot1_11CraftingListener

java.lang.Object
org.geysermc.platform.spigot.world.GeyserSpigot1_11CraftingListener
All Implemented Interfaces:
org.bukkit.event.Listener

public class GeyserSpigot1_11CraftingListener extends Object implements org.bukkit.event.Listener
Used to send all available recipes from the server to the client, as a valid recipe book packet won't be sent by the server. Requires ViaVersion.
  • Constructor Details

    • GeyserSpigot1_11CraftingListener

      public GeyserSpigot1_11CraftingListener(GeyserConnector connector)
  • Method Details

    • onPlayerJoin

      public void onPlayerJoin(org.bukkit.event.player.PlayerJoinEvent event)
    • sendServerRecipes

      public void sendServerRecipes(GeyserSession session)