Class PlacementInfo

java.lang.Object
net.minecraft.world.item.crafting.PlacementInfo

public class PlacementInfo extends Object
  • Field Details

    • EMPTY_SLOT

      public static final int EMPTY_SLOT
      See Also:
    • NOT_PLACEABLE

      public static final PlacementInfo NOT_PLACEABLE
    • ingredients

      private final List<Ingredient> ingredients
    • slotsToIngredientIndex

      private final it.unimi.dsi.fastutil.ints.IntList slotsToIngredientIndex
  • Constructor Details

    • PlacementInfo

      private PlacementInfo(List<Ingredient> p_364604_, it.unimi.dsi.fastutil.ints.IntList p_389415_)
  • Method Details