Class RecipeRegistryLoader

java.lang.Object
org.geysermc.geyser.registry.loader.RecipeRegistryLoader
All Implemented Interfaces:
RegistryLoader<String,Map<Object,List<GeyserRecipe>>>

public abstract class RecipeRegistryLoader extends Object implements RegistryLoader<String,Map<Object,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()