Class PokeBallRecipe

java.lang.Object
net.minecraft.world.item.crafting.ShapelessRecipe
com.pixelmonmod.pixelmon.api.recipe.ShapelessTagRecipe
com.pixelmonmod.pixelmon.api.recipe.PokeBallRecipe
All Implemented Interfaces:
net.minecraft.world.item.crafting.CraftingRecipe, net.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>

public class PokeBallRecipe extends ShapelessTagRecipe
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    PokeBallRecipe(String group, net.minecraft.world.item.crafting.CraftingBookCategory category, net.minecraft.world.item.Item base, RegistryValue<PokeBall> ball)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
    net.minecraft.world.item.Item
     
    net.minecraft.world.item.crafting.RecipeSerializer<?>
     

    Methods inherited from class net.minecraft.world.item.crafting.ShapelessRecipe

    assemble, canCraftInDimensions, category, getGroup, getIngredients, getResultItem, matches

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.world.item.crafting.CraftingRecipe

    getType

    Methods inherited from interface net.minecraft.world.item.crafting.Recipe

    getRemainingItems, getToastSymbol, isIncomplete, isSpecial, showNotification
  • Constructor Details

    • PokeBallRecipe

      public PokeBallRecipe(String group, net.minecraft.world.item.crafting.CraftingBookCategory category, net.minecraft.world.item.Item base, RegistryValue<PokeBall> ball)
  • Method Details

    • allBases

      public boolean allBases()
    • getBase

      public net.minecraft.world.item.Item getBase()
    • getBall

      public RegistryValue<PokeBall> getBall()
    • getSerializer

      public net.minecraft.world.item.crafting.RecipeSerializer<?> getSerializer()
      Specified by:
      getSerializer in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>
      Overrides:
      getSerializer in class ShapelessTagRecipe