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
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPokeBallRecipe(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, matchesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.item.crafting.CraftingRecipe
getTypeMethods 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:
getSerializerin interfacenet.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>- Overrides:
getSerializerin classShapelessTagRecipe
-