Class AutocraftingPreviewContainerMenu

java.lang.Object
net.minecraft.world.inventory.AbstractContainerMenu
Direct Known Subclasses:
AutocraftingStorageMonitorContainerMenu

public class AutocraftingPreviewContainerMenu extends AbstractResourceContainerMenu
  • Constructor Details

    • AutocraftingPreviewContainerMenu

      public AutocraftingPreviewContainerMenu(@Nullable net.minecraft.world.inventory.MenuType<?> type, int syncId, List<AutocraftingRequest> requests)
  • Method Details

    • previewResponseReceived

      public void previewResponseReceived(UUID id, Preview preview)
    • previewResponseReceived

      public void previewResponseReceived(UUID id, TreePreview preview)
    • responseReceived

      public void responseReceived(UUID id, boolean success)
    • maxAmountResponseReceived

      public void maxAmountResponseReceived(long maxAmount)
    • stillValid

      public boolean stillValid(net.minecraft.world.entity.player.Player player)
      Specified by:
      stillValid in class net.minecraft.world.inventory.AbstractContainerMenu