Class GeyserSpigot1_11CraftingListener
java.lang.Object
org.geysermc.platform.spigot.world.GeyserSpigot1_11CraftingListener
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonPlayerJoin(org.bukkit.event.player.PlayerJoinEvent event)voidsendServerRecipes(GeyserSession session)
-
Constructor Details
-
GeyserSpigot1_11CraftingListener
-
-
Method Details
-
onPlayerJoin
public void onPlayerJoin(org.bukkit.event.player.PlayerJoinEvent event) -
sendServerRecipes
-