Interface BlockEntityWithDrops

All Known Implementing Classes:
AbstractConstructorBlockEntity, AbstractDestructorBlockEntity, AbstractDiskContainerBlockEntity, AbstractDiskDriveBlockEntity, AbstractDiskInterfaceBlockEntity, AbstractExporterBlockEntity, AbstractImporterBlockEntity, AutocrafterBlockEntity, CraftingGridBlockEntity, 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()