Interface GhostPartMenuFactory

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface GhostPartMenuFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    create(GhostMultiblockControllerBE controller, net.minecraft.core.BlockPos partPos, int containerId, net.minecraft.world.entity.player.Inventory inventory, net.minecraft.world.entity.player.Player player)
     
  • Method Details

    • create

      @Nullable @Nullable PDLAbstractContainerMenu<?> create(GhostMultiblockControllerBE controller, net.minecraft.core.BlockPos partPos, int containerId, net.minecraft.world.entity.player.Inventory inventory, net.minecraft.world.entity.player.Player player)