Class RecipeRegistryLoader

java.lang.Object
org.geysermc.geyser.registry.loader.RecipeRegistryLoader
All Implemented Interfaces:
RegistryLoader<String,Map<org.geysermc.mcprotocollib.protocol.data.game.recipe.RecipeType,List<GeyserRecipe>>>

public final class RecipeRegistryLoader extends Object implements RegistryLoader<String,Map<org.geysermc.mcprotocollib.protocol.data.game.recipe.RecipeType,List<GeyserRecipe>>>
Populates the recipe registry with some recipes that Java does not send, to ensure they show up as intended in the recipe book.
  • Constructor Details

    • RecipeRegistryLoader

      public RecipeRegistryLoader()
  • Method Details