Interface IGeneticAnalyzerProvider


public interface IGeneticAnalyzerProvider
  • Method Details

    • getSpecimen

      net.minecraft.world.item.ItemStack getSpecimen(int index)
    • onUpdateSelected

      default boolean onUpdateSelected()
    • onSelection

      default void onSelection(int index, boolean changed)
    • getSelectedSlot

      int getSelectedSlot(int index)
    • getSlotCount

      int getSlotCount()
    • getFirstSlot

      int getFirstSlot()