Interface IPocketCraftingContext

All Known Subinterfaces:
IPocketCraftingContext.Client
All Known Implementing Classes:
IPocketCraftingContext.Client.Impl, IPocketCraftingContext.Impl

public interface IPocketCraftingContext
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
    static final record 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.level.Level
     
    net.minecraft.world.inventory.AbstractContainerMenu
     
    net.minecraft.world.entity.player.Player
     
    default net.minecraft.world.item.crafting.RecipeManager
     
    default net.minecraft.core.HolderLookup.Provider
     
    net.minecraft.world.item.ItemStack
     
  • Method Details

    • level

      net.minecraft.world.level.Level level()
    • player

      net.minecraft.world.entity.player.Player player()
    • toolStack

      net.minecraft.world.item.ItemStack toolStack()
    • registries

      default net.minecraft.core.HolderLookup.Provider registries()
    • recipeManager

      default net.minecraft.world.item.crafting.RecipeManager recipeManager()