getDrops

@NotNull
abstract fun getDrops(includeSelf: Boolean): @NotNull List<@NotNull ItemStack>

Retrieves a list of all ItemStacks this TileEntity would drop.

Return

A list of all ItemStacks this TileEntity would drop.