Advertisement
Guest User

Untitled

a guest
Feb 1st, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Error:(30, 68) java: The type nova.core.recipes.crafting.CraftingRecipeManager does not define onCraftingRecipeAdded(nova.core.recipes.RecipeAddedEvent<T>) that is applicable here
  2. Error:(30, 23) java: The method addRecipeAddedListener(java.lang.Class<T>, nova.core.event.EventListener<nova.core.recipes.RecipeAddedEvent<T>>) in the type nova.core.recipes.RecipeManager is not applicable for the arguments (java.lang.Class<nova.core.recipes.crafting.CraftingRecipe>, this::onCraftingRecipeAdded)
  3. Error:(31, 70) java: The type nova.core.recipes.crafting.CraftingRecipeManager does not define onCraftingRecipeRemoved(nova.core.recipes.RecipeRemovedEvent<T>) that is applicable here
  4. Error:(31, 23) java: The method addRecipeRemovedListener(java.lang.Class<T>, nova.core.event.EventListener<nova.core.recipes.RecipeRemovedEvent<T>>) in the type nova.core.recipes.RecipeManager is not applicable for the arguments (java.lang.Class<nova.core.recipes.crafting.CraftingRecipe>, this::onCraftingRecipeRemoved)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement