BenchRecipeRegistry
Package: com.hypixel.hytale.builtin.crafting
public class BenchRecipeRegistryFields
Section titled “Fields”| Modifier | Type | Name |
|---|---|---|
private final | String | benchId |
Methods
Section titled “Methods”| Modifier | Return Type | Signature |
|---|---|---|
public | “ | BenchRecipeRegistry(String benchId) |
public | Iterable<String> | getIncomingRecipesForItem(@Nonnull String itemId) |
public | void | removeRecipe(@Nonnull String id) |
public | void | addRecipe(@Nonnull BenchRequirement benchRequirement, @Nonnull CraftingRecipe recipe) |
public | CraftingRecipe[] | getAllRecipes() |
public | Set<String> | getRecipesForCategory(@Nonnull String benchCategoryId) |
public | void | recompute() |
private | void | extractMaterialFromRecipes(@Nonnull Set<String> recipes) |
public | boolean | isValidCraftingMaterial(@Nonnull ItemStack itemStack) |
public | boolean | equals(@Nullable Object o) |
public | int | hashCode() |
public | String | toString() |
Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.