Uses of Interface
org.geysermc.geyser.inventory.recipe.GeyserRecipe
Packages that use GeyserRecipe
Package
Description
-
Uses of GeyserRecipe in org.geysermc.geyser.inventory.recipe
Classes in org.geysermc.geyser.inventory.recipe that implement GeyserRecipe -
Uses of GeyserRecipe in org.geysermc.geyser.registry
Fields in org.geysermc.geyser.registry with type parameters of type GeyserRecipeModifier and TypeFieldDescriptionstatic VersionedRegistry<it.unimi.dsi.fastutil.ints.Int2ObjectMap<GeyserRecipe>>Registries.RECIPESA versioned registry holding all the recipes, with the net ID being the key, andRecipeas the value. -
Uses of GeyserRecipe in org.geysermc.geyser.util
Methods in org.geysermc.geyser.util that return GeyserRecipeModifier and TypeMethodDescriptionstatic GeyserRecipeInventoryUtils.getValidRecipe(GeyserSession session, com.github.steveice10.mc.protocol.data.game.entity.metadata.ItemStack output, IntFunction<GeyserItemStack> inventoryGetter, int gridDimensions, int firstRow, int height, int firstCol, int width)Test all known recipes to find a valid match