Interface BlockEntityWithDrops

All Known Implementing Classes:
AbstractDiskContainerBlockEntity, AbstractDiskDriveBlockEntity, AbstractDiskInterfaceBlockEntity, AbstractSchedulingNetworkNodeContainerBlockEntity, AbstractUpgradeableNetworkNodeContainerBlockEntity, ConstructorBlockEntity, CraftingGridBlockEntity, DestructorBlockEntity, ExporterBlockEntity, ImporterBlockEntity, InterfaceBlockEntity, NetworkTransmitterBlockEntity, PatternGridBlockEntity, SecurityManagerBlockEntity, WirelessTransmitterBlockEntity
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 BlockEntityWithDrops
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.core.NonNullList<net.minecraft.world.item.ItemStack>
     
  • Method Details

    • getDrops

      net.minecraft.core.NonNullList<net.minecraft.world.item.ItemStack> getDrops()