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>
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionPokeBallRecipe
(String group, net.minecraft.world.item.crafting.CraftingBookCategory category, net.minecraft.world.item.Item base, RegistryValue<PokeBall> ball) -
Method Summary
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
-
getSerializer
public net.minecraft.world.item.crafting.RecipeSerializer<?> getSerializer()- Specified by:
getSerializer
in interfacenet.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>
- Overrides:
getSerializer
in classShapelessTagRecipe
-